Html Css Color HEX #974312 Saddle Brown

📋 copy color: '#974312'

red 151 ◦ green 67 ◦ blue 18

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

Shades of Saddle Brown #974312

Tints of Saddle Brown #974312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 63.98%
G = 28.39%
B = 7.63%

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

#974312 (or 0x974312) is known color: Saddle Brown. HEX triplet: 97, 43 and 12. RGB value is (151,67,18). Sum of RGB (Red+Green+Blue) = 151+67+18=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #974312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974312 is #68BCED. Grayscale: #565656. Windows color (decimal): -6864110 or 1196951. OLE color: 1196951.

HSL color Cylindrical-coordinate representation of color #974312: hue angle of 22.11º 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 #974312 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 18 -
CMYK 0 0.56 0.88 0.41
HSL 22.11º 0.79% 0.33% -
HSV(B) 22.11º 0.88% 0.59% -
XYZ 14.88 10.64 1.84 -
YUV 86.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 151 67 18 0 0.56 0.88 0.41 22.11 0.79 0.33
Hex 97 43 12 0 38 58 29 16 4F 21
Octal 227 103 22 0 70 130 51 26 117 41
Binary 10010111 1000011 10010 0 111000 1011000 101001 10110 1001111 100001

Color Harmonies of #974312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974312

Black with #974312

Text Example


Text Example

White with #974312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974312; }

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

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

background-color css

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

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

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

border-color css

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

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

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