Html Css Color HEX #975217 Saddle Brown

📋 copy color: '#975217'

red 151 ◦ green 82 ◦ blue 23

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

Shades of Saddle Brown #975217

Tints of Saddle Brown #975217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

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

R = 58.98%
G = 32.03%
B = 8.98%

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

#975217 (or 0x975217) is known color: Saddle Brown. HEX triplet: 97, 52 and 17. RGB value is (151,82,23). Sum of RGB (Red+Green+Blue) = 151+82+23=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #975217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975217 is #68ADE8. Grayscale: #606060. Windows color (decimal): -6860265 or 1528471. OLE color: 1528471.

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

Color convert

RGB 151 82 23 -
CMYK 0 0.46 0.85 0.41
HSL 27.66º 0.74% 0.34% -
HSV(B) 27.66º 0.85% 0.59% -
XYZ 15.93 12.68 2.42 -
YUV 95.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 151 82 23 0 0.46 0.85 0.41 27.66 0.74 0.34
Hex 97 52 17 0 2E 55 29 1C 4A 22
Octal 227 122 27 0 56 125 51 34 112 42
Binary 10010111 1010010 10111 0 101110 1010101 101001 11100 1001010 100010

Color Harmonies of #975217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975217

Black with #975217

Text Example


Text Example

White with #975217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975217; }

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

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

background-color css

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

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

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

border-color css

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

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

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