#924E1A

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

Shades of Saddle Brown #924E1A

Tints of Saddle Brown #924E1A

Color information

#924E1A (or 0x924E1A) is unknown color: approx Saddle Brown. HEX triplet: 92, 4E and 1A. RGB value is (146,78,26). Sum of RGB (Red+Green+Blue) = 146+78+26=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #924E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E1A is #6DB1E5. Grayscale: #5C5C5C. Windows color (decimal): -7188966 or 1724050. OLE color: 1724050.

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

Color convert

RGB1467826-
CMYK00.470.820.43
HSL26º69.77%33.73%-
HSV(B)26º82.19%57.25%-
XYZ14.7611.632.44-
YUV92.490.53166.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 58.4%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=58.4%
G=31.2%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146782600.470.820.432669.7733.73
Hex924E1A02F522B1a4622
Octal22211632057122533210642
Binary1001001010011101101001011111010010101011110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,78,26); }

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

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

 a { background-color: rgb(146,78,26); }

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

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

 span { border-color: rgb(146,78,26); }

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