Html Css Color HEX #975211 Saddle Brown

📋 copy color: '#975211'

red 151 ◦ green 82 ◦ blue 17

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

Shades of Saddle Brown #975211

Tints of Saddle Brown #975211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 60.4%
G = 32.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#975211 (or 0x975211) is known color: Saddle Brown. HEX triplet: 97, 52 and 11. RGB value is (151,82,17). Sum of RGB (Red+Green+Blue) = 151+82+17=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #975211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975211 is #68ADEE. Grayscale: #5F5F5F. Windows color (decimal): -6860271 or 1135255. OLE color: 1135255.

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

Color convert

RGB 151 82 17 -
CMYK 0 0.46 0.89 0.41
HSL 29.1º 0.8% 0.33% -
HSV(B) 29.1º 0.89% 0.59% -
XYZ 15.88 12.65 2.14 -
YUV 95.22 83.86 167.79 -
System Red Green Blue C M Y K H S L
Decimal 151 82 17 0 0.46 0.89 0.41 29.1 0.8 0.33
Hex 97 52 11 0 2E 59 29 1D 50 21
Octal 227 122 21 0 56 131 51 35 120 41
Binary 10010111 1010010 10001 0 101110 1011001 101001 11101 1010000 100001

Color Harmonies of #975211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975211

Black with #975211

Text Example


Text Example

White with #975211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975211; }

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

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

background-color css

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

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

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

border-color css

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

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

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