Html Css Color HEX #974212 Saddle Brown

📋 copy color: '#974212'

red 151 ◦ green 66 ◦ blue 18

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

Shades of Saddle Brown #974212

Tints of Saddle Brown #974212

RGB

 RED value IS 151 (59.38% from 255) = 64.26%

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 64.26%
G = 28.09%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#974212 (or 0x974212) is known color: Saddle Brown. HEX triplet: 97, 42 and 12. RGB value is (151,66,18). Sum of RGB (Red+Green+Blue) = 151+66+18=235 (31% of max value = 765). Red value is 151 (59.38% from 255 or 64.26% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 151 - color contains mainly: red. Hex color #974212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974212 is #68BDED. Grayscale: #565656. Windows color (decimal): -6864366 or 1196695. OLE color: 1196695.

HSL color Cylindrical-coordinate representation of color #974212: hue angle of 21.65º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #974212 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 66 18 -
CMYK 0 0.56 0.88 0.41
HSL 21.65º 0.79% 0.33% -
HSV(B) 21.65º 0.88% 0.59% -
XYZ 14.82 10.52 1.82 -
YUV 85.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 151 66 18 0 0.56 0.88 0.41 21.65 0.79 0.33
Hex 97 42 12 0 38 58 29 16 4F 21
Octal 227 102 22 0 70 130 51 26 117 41
Binary 10010111 1000010 10010 0 111000 1011000 101001 10110 1001111 100001

Color Harmonies of #974212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974212

Black with #974212

Text Example


Text Example

White with #974212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974212; }

 p { color: rgb(151,66,18); }

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

background-color css

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

 a { background-color: rgb(151,66,18); }

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

border-color css

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

 span { border-color: rgb(151,66,18); }

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