Html Css Color HEX #975117 Saddle Brown

📋 copy color: '#975117'

red 151 ◦ green 81 ◦ blue 23

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

Shades of Saddle Brown #975117

Tints of Saddle Brown #975117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.76%

 BLUE value IS 23 (9.38% from 255) = 9.02%

R = 59.22%
G = 31.76%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#975117 (or 0x975117) is known color: Saddle Brown. HEX triplet: 97, 51 and 17. RGB value is (151,81,23). Sum of RGB (Red+Green+Blue) = 151+81+23=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #975117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975117 is #68AEE8. Grayscale: #5F5F5F. Windows color (decimal): -6860521 or 1528215. OLE color: 1528215.

HSL color Cylindrical-coordinate representation of color #975117: hue angle of 27.19º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #975117 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 81 23 -
CMYK 0 0.46 0.85 0.41
HSL 27.19º 0.74% 0.34% -
HSV(B) 27.19º 0.85% 0.59% -
XYZ 15.86 12.53 2.39 -
YUV 95.32 87.19 167.72 -
System Red Green Blue C M Y K H S L
Decimal 151 81 23 0 0.46 0.85 0.41 27.19 0.74 0.34
Hex 97 51 17 0 2E 55 29 1B 4A 22
Octal 227 121 27 0 56 125 51 33 112 42
Binary 10010111 1010001 10111 0 101110 1010101 101001 11011 1001010 100010

Color Harmonies of #975117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975117

Black with #975117

Text Example


Text Example

White with #975117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975117; }

 p { color: rgb(151,81,23); }

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

background-color css

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

 a { background-color: rgb(151,81,23); }

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

border-color css

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

 span { border-color: rgb(151,81,23); }

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