Html Css Color HEX #974810 Saddle Brown

📋 copy color: '#974810'

red 151 ◦ green 72 ◦ blue 16

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

Shades of Saddle Brown #974810

Tints of Saddle Brown #974810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 63.18%
G = 30.13%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#974810 (or 0x974810) is known color: Saddle Brown. HEX triplet: 97, 48 and 10. RGB value is (151,72,16). Sum of RGB (Red+Green+Blue) = 151+72+16=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #974810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974810 is #68B7EF. Grayscale: #595959. Windows color (decimal): -6862832 or 1067159. OLE color: 1067159.

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

Color convert

RGB 151 72 16 -
CMYK 0 0.52 0.89 0.41
HSL 24.89º 0.81% 0.33% -
HSV(B) 24.89º 0.89% 0.59% -
XYZ 15.17 11.25 1.86 -
YUV 89.24 86.67 172.05 -
System Red Green Blue C M Y K H S L
Decimal 151 72 16 0 0.52 0.89 0.41 24.89 0.81 0.33
Hex 97 48 10 0 34 59 29 19 51 21
Octal 227 110 20 0 64 131 51 31 121 41
Binary 10010111 1001000 10000 0 110100 1011001 101001 11001 1010001 100001

Color Harmonies of #974810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974810

Black with #974810

Text Example


Text Example

White with #974810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974810; }

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

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

background-color css

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

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

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

border-color css

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

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

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