Html Css Color HEX #975205 Saddle Brown

📋 copy color: '#975205'

red 151 ◦ green 82 ◦ blue 5

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

Shades of Saddle Brown #975205

Tints of Saddle Brown #975205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 63.45%
G = 34.45%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975205 (or 0x975205) is known color: Saddle Brown. HEX triplet: 97, 52 and 05. RGB value is (151,82,5). Sum of RGB (Red+Green+Blue) = 151+82+5=238 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.45% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 151 - color contains mainly: red. Hex color #975205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975205 is #68ADFA. Grayscale: #5E5E5E. Windows color (decimal): -6860283 or 348823. OLE color: 348823.

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

Color convert

RGB 151 82 5 -
CMYK 0 0.46 0.97 0.41
HSL 31.64º 0.94% 0.31% -
HSV(B) 31.64º 0.97% 0.59% -
XYZ 15.81 12.62 1.75 -
YUV 93.85 77.86 168.76 -
System Red Green Blue C M Y K H S L
Decimal 151 82 5 0 0.46 0.97 0.41 31.64 0.94 0.31
Hex 97 52 5 0 2E 61 29 20 5E 1F
Octal 227 122 5 0 56 141 51 40 136 37
Binary 10010111 1010010 101 0 101110 1100001 101001 100000 1011110 11111

Color Harmonies of #975205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975205

Black with #975205

Text Example


Text Example

White with #975205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975205; }

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

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

background-color css

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

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

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

border-color css

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

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

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