Html Css Color HEX #974016 Saddle Brown

📋 copy color: '#974016'

red 151 ◦ green 64 ◦ blue 22

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

Shades of Saddle Brown #974016

Tints of Saddle Brown #974016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 63.71%
G = 27%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#974016 (or 0x974016) is known color: Saddle Brown. HEX triplet: 97, 40 and 16. RGB value is (151,64,22). Sum of RGB (Red+Green+Blue) = 151+64+22=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #974016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974016 is #68BFE9. Grayscale: #555555. Windows color (decimal): -6864874 or 1458327. OLE color: 1458327.

HSL color Cylindrical-coordinate representation of color #974016: hue angle of 19.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #974016 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 64 22 -
CMYK 0 0.58 0.85 0.41
HSL 19.53º 0.75% 0.34% -
HSV(B) 19.53º 0.85% 0.59% -
XYZ 14.74 10.3 1.97 -
YUV 85.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 151 64 22 0 0.58 0.85 0.41 19.53 0.75 0.34
Hex 97 40 16 0 3A 55 29 14 4B 22
Octal 227 100 26 0 72 125 51 24 113 42
Binary 10010111 1000000 10110 0 111010 1010101 101001 10100 1001011 100010

Color Harmonies of #974016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974016

Black with #974016

Text Example


Text Example

White with #974016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974016; }

 p { color: rgb(151,64,22); }

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

background-color css

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

 a { background-color: rgb(151,64,22); }

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

border-color css

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

 span { border-color: rgb(151,64,22); }

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