#924C1C

Color #924C1C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #924C1C

Tints of Saddle Brown #924C1C

Color information

#924C1C (or 0x924C1C) is unknown color: approx Saddle Brown. HEX triplet: 92, 4C and 1C. RGB value is (146,76,28). Sum of RGB (Red+Green+Blue) = 146+76+28=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #924C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #924C1C is #6DB3E3. Grayscale: #5B5B5B. Windows color (decimal): -7189476 or 1854610. OLE color: 1854610.

HSL color Cylindrical-coordinate representation of color #924C1C: hue angle of 24.41º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #924C1C is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1467628-
CMYK00.480.810.43
HSL24.41º67.82%34.12%-
HSV(B)24.41º80.82%57.25%-
XYZ14.6511.362.52-
YUV91.4692.19166.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 58.4%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=58.4%
G=30.4%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146762800.480.810.4324.4167.8234.12
Hex924C1C030512B184422
Octal22211434060121533010442
Binary1001001010011001110001100001010001101011110001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924C1C; }

 p { color: rgb(146,76,28); }

 H1.HeaderClassName
 {
   color: #924C1C;
 }
 .AnyTagClassName
 {
   color: #924C1C;
 }
</style>
background-color css

<style>
 a { background-color: #924C1C; }

 a { background-color: rgb(146,76,28); }

 div.DivClassName
 {
   background-color: #924C1C;
 }
 .BgClassName
 {
   background-color: #924C1C;
 }
</style>
border-color css

<style>
 span { border-color: #924C1C; }

 span { border-color: rgb(146,76,28); }

 td.TdClassName
 {
   border-color: #924C1C;
 }
 .TagClassName
 {
   border-color: #924C1C;
 }
</style>