Html Css Color HEX #974210 Saddle Brown

📋 copy color: '#974210'

red 151 ◦ green 66 ◦ blue 16

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

Shades of Saddle Brown #974210

Tints of Saddle Brown #974210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 64.81%
G = 28.33%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974210 (or 0x974210) is known color: Saddle Brown. HEX triplet: 97, 42 and 10. RGB value is (151,66,16). Sum of RGB (Red+Green+Blue) = 151+66+16=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #974210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974210 is #68BDEF. Grayscale: #565656. Windows color (decimal): -6864368 or 1065623. OLE color: 1065623.

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

Color convert

RGB 151 66 16 -
CMYK 0 0.56 0.89 0.41
HSL 22.22º 0.81% 0.33% -
HSV(B) 22.22º 0.89% 0.59% -
XYZ 14.8 10.51 1.74 -
YUV 85.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 151 66 16 0 0.56 0.89 0.41 22.22 0.81 0.33
Hex 97 42 10 0 38 59 29 16 51 21
Octal 227 102 20 0 70 131 51 26 121 41
Binary 10010111 1000010 10000 0 111000 1011001 101001 10110 1010001 100001

Color Harmonies of #974210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974210

Black with #974210

Text Example


Text Example

White with #974210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974210; }

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

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

background-color css

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

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

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

border-color css

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

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

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