Html Css Color HEX #974610 Saddle Brown

📋 copy color: '#974610'

red 151 ◦ green 70 ◦ blue 16

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

Shades of Saddle Brown #974610

Tints of Saddle Brown #974610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 63.71%
G = 29.54%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974610 (or 0x974610) is known color: Saddle Brown. HEX triplet: 97, 46 and 10. RGB value is (151,70,16). Sum of RGB (Red+Green+Blue) = 151+70+16=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #974610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974610 is #68B9EF. Grayscale: #585858. Windows color (decimal): -6863344 or 1066647. OLE color: 1066647.

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

Color convert

RGB 151 70 16 -
CMYK 0 0.54 0.89 0.41
HSL 24º 0.81% 0.33% -
HSV(B) 24º 0.89% 0.59% -
XYZ 15.05 11 1.82 -
YUV 88.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 151 70 16 0 0.54 0.89 0.41 24 0.81 0.33
Hex 97 46 10 0 36 59 29 18 51 21
Octal 227 106 20 0 66 131 51 30 121 41
Binary 10010111 1000110 10000 0 110110 1011001 101001 11000 1010001 100001

Color Harmonies of #974610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974610

Black with #974610

Text Example


Text Example

White with #974610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974610; }

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

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

background-color css

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

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

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

border-color css

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

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

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