#924A05

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

Shades of Saddle Brown #924A05

Tints of Saddle Brown #924A05

Color information

#924A05 (or 0x924A05) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 05. RGB value is (146,74,5). Sum of RGB (Red+Green+Blue) = 146+74+5=225 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.89% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 146 - color contains mainly: red. Hex color #924A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A05 is #6DB5FA. Grayscale: #585858. Windows color (decimal): -7190011 or 346770. OLE color: 346770.

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

Color convert

RGB146745-
CMYK00.490.970.43
HSL29.36º93.38%29.61%-
HSV(B)29.36º96.58%57.25%-
XYZ14.3311.021.52-
YUV87.6681.35169.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 64.89%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=64.89%
G=32.89%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14674500.490.970.4329.3693.3829.61
Hex924A5031612B1d5d1e
Octal2221125061141533513536
Binary1001001010010101010110001110000110101111101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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