Html Css Color HEX #974510 Saddle Brown

📋 copy color: '#974510'

red 151 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #974510

Tints of Saddle Brown #974510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 63.98%
G = 29.24%
B = 6.78%

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

#974510 (or 0x974510) is known color: Saddle Brown. HEX triplet: 97, 45 and 10. RGB value is (151,69,16). Sum of RGB (Red+Green+Blue) = 151+69+16=236 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.98% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 151 - color contains mainly: red. Hex color #974510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974510 is #68BAEF. Grayscale: #575757. Windows color (decimal): -6863600 or 1066391. OLE color: 1066391.

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

Color convert

RGB 151 69 16 -
CMYK 0 0.54 0.89 0.41
HSL 23.56º 0.81% 0.33% -
HSV(B) 23.56º 0.89% 0.59% -
XYZ 14.98 10.87 1.8 -
YUV 87.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 151 69 16 0 0.54 0.89 0.41 23.56 0.81 0.33
Hex 97 45 10 0 36 59 29 18 51 21
Octal 227 105 20 0 66 131 51 30 121 41
Binary 10010111 1000101 10000 0 110110 1011001 101001 11000 1010001 100001

Color Harmonies of #974510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974510

Black with #974510

Text Example


Text Example

White with #974510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974510; }

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

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

background-color css

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

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

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

border-color css

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

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

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