Html Css Color HEX #924712 Saddle Brown

📋 copy color: '#924712'

red 146 ◦ green 71 ◦ blue 18

#924712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #924712

Tints of Saddle Brown #924712

RGB

 RED value IS 146 (57.42% from 255) = 62.13%

 GREEN value IS 71 (28.13% from 255) = 30.21%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 62.13%
G = 30.21%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#924712 (or 0x924712) is known color: Saddle Brown. HEX triplet: 92, 47 and 12. RGB value is (146,71,18). Sum of RGB (Red+Green+Blue) = 146+71+18=235 (31% of max value = 765). Red value is 146 (57.42% from 255 or 62.13% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 146 - color contains mainly: red. Hex color #924712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924712 is #6DB8ED. Grayscale: #575757. Windows color (decimal): -7190766 or 1197970. OLE color: 1197970.

HSL color Cylindrical-coordinate representation of color #924712: hue angle of 24.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #924712 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 71 18 -
CMYK 0 0.51 0.88 0.43
HSL 24.84º 0.78% 0.32% -
HSV(B) 24.84º 0.88% 0.57% -
XYZ 14.22 10.66 1.88 -
YUV 87.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 146 71 18 0 0.51 0.88 0.43 24.84 0.78 0.32
Hex 92 47 12 0 33 58 2B 19 4E 20
Octal 222 107 22 0 63 130 53 31 116 40
Binary 10010010 1000111 10010 0 110011 1011000 101011 11001 1001110 100000

Color Harmonies of #924712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924712

Black with #924712

Text Example


Text Example

White with #924712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924712; }

 p { color: rgb(146,71,18); }

 H1.HeaderClassName
 {
   color: #924712;
 }
 .AnyTagClassName
 {
   color: #924712;
 }
</style>

background-color css

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

 a { background-color: rgb(146,71,18); }

 div.DivClassName
 {
   background-color: #924712;
 }
 .BgClassName
 {
   background-color: #924712;
 }
</style>

border-color css

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

 span { border-color: rgb(146,71,18); }

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