#924A10

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

Shades of Saddle Brown #924A10

Tints of Saddle Brown #924A10

Color information

#924A10 (or 0x924A10) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 10. RGB value is (146,74,16). Sum of RGB (Red+Green+Blue) = 146+74+16=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #924A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A10 is #6DB5EF. Grayscale: #595959. Windows color (decimal): -7190000 or 1067666. OLE color: 1067666.

HSL color Cylindrical-coordinate representation of color #924A10: hue angle of 26.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #924A10 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB1467416-
CMYK00.490.890.43
HSL26.77º80.25%31.76%-
HSV(B)26.77º89.04%57.25%-
XYZ14.411.051.86-
YUV88.9286.85168.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.86%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=61.86%
G=31.36%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146741600.490.890.4326.7780.2531.76
Hex924A10031592B1b5020
Octal22211220061131533312040
Binary1001001010010101000001100011011001101011110111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,74,16); }

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

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

 a { background-color: rgb(146,74,16); }

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

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

 span { border-color: rgb(146,74,16); }

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