Html Css Color HEX #974110 Saddle Brown

📋 copy color: '#974110'

red 151 ◦ green 65 ◦ blue 16

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

Shades of Saddle Brown #974110

Tints of Saddle Brown #974110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

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

R = 65.09%
G = 28.02%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974110 (or 0x974110) is known color: Saddle Brown. HEX triplet: 97, 41 and 10. RGB value is (151,65,16). Sum of RGB (Red+Green+Blue) = 151+65+16=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #974110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974110 is #68BEEF. Grayscale: #555555. Windows color (decimal): -6864624 or 1065367. OLE color: 1065367.

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

Color convert

RGB 151 65 16 -
CMYK 0 0.57 0.89 0.41
HSL 21.78º 0.81% 0.33% -
HSV(B) 21.78º 0.89% 0.59% -
XYZ 14.75 10.4 1.72 -
YUV 85.13 88.99 174.98 -
System Red Green Blue C M Y K H S L
Decimal 151 65 16 0 0.57 0.89 0.41 21.78 0.81 0.33
Hex 97 41 10 0 39 59 29 16 51 21
Octal 227 101 20 0 71 131 51 26 121 41
Binary 10010111 1000001 10000 0 111001 1011001 101001 10110 1010001 100001

Color Harmonies of #974110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974110

Black with #974110

Text Example


Text Example

White with #974110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974110; }

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

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

background-color css

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

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

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

border-color css

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

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

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