#924A03

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

Shades of Saddle Brown #924A03

Tints of Saddle Brown #924A03

Color information

#924A03 (or 0x924A03) is unknown color: approx Saddle Brown. HEX triplet: 92, 4A and 03. RGB value is (146,74,3). Sum of RGB (Red+Green+Blue) = 146+74+3=223 (29% of max value = 765). Red value is 146 (57.42% from 255 or 65.47% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 146 - color contains mainly: red. Hex color #924A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924A03 is #6DB5FC. Grayscale: #575757. Windows color (decimal): -7190013 or 215698. OLE color: 215698.

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

Color convert

RGB146743-
CMYK00.490.980.43
HSL29.79º95.97%29.22%-
HSV(B)29.79º97.95%57.25%-
XYZ14.3211.021.46-
YUV87.4380.35169.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 65.47%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 3 (1.56% from 255) = 1.35%
R=65.47%
G=33.18%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14674300.490.980.4329.7995.9729.22
Hex924A3031622B1e601d
Octal2221123061142533614035
Binary100100101001010110110001110001010101111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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