Html Css Color HEX #974010 Saddle Brown

📋 copy color: '#974010'

red 151 ◦ green 64 ◦ blue 16

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

Shades of Saddle Brown #974010

Tints of Saddle Brown #974010

RGB

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

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

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

R = 65.37%
G = 27.71%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974010 (or 0x974010) is known color: Saddle Brown. HEX triplet: 97, 40 and 10. RGB value is (151,64,16). Sum of RGB (Red+Green+Blue) = 151+64+16=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #974010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974010 is #68BFEF. Grayscale: #545454. Windows color (decimal): -6864880 or 1065111. OLE color: 1065111.

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

Color convert

RGB 151 64 16 -
CMYK 0 0.58 0.89 0.41
HSL 21.33º 0.81% 0.33% -
HSV(B) 21.33º 0.89% 0.59% -
XYZ 14.69 10.28 1.7 -
YUV 84.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 151 64 16 0 0.58 0.89 0.41 21.33 0.81 0.33
Hex 97 40 10 0 3A 59 29 15 51 21
Octal 227 100 20 0 72 131 51 25 121 41
Binary 10010111 1000000 10000 0 111010 1011001 101001 10101 1010001 100001

Color Harmonies of #974010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974010

Black with #974010

Text Example


Text Example

White with #974010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974010; }

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

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

background-color css

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

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

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

border-color css

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

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

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