Html Css Color HEX #975215 Saddle Brown

📋 copy color: '#975215'

red 151 ◦ green 82 ◦ blue 21

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

Shades of Saddle Brown #975215

Tints of Saddle Brown #975215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 59.45%
G = 32.28%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#975215 (or 0x975215) is known color: Saddle Brown. HEX triplet: 97, 52 and 15. RGB value is (151,82,21). Sum of RGB (Red+Green+Blue) = 151+82+21=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #975215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975215 is #68ADEA. Grayscale: #5F5F5F. Windows color (decimal): -6860267 or 1397399. OLE color: 1397399.

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

Color convert

RGB 151 82 21 -
CMYK 0 0.46 0.86 0.41
HSL 28.15º 0.76% 0.34% -
HSV(B) 28.15º 0.86% 0.59% -
XYZ 15.92 12.67 2.32 -
YUV 95.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 151 82 21 0 0.46 0.86 0.41 28.15 0.76 0.34
Hex 97 52 15 0 2E 56 29 1C 4C 22
Octal 227 122 25 0 56 126 51 34 114 42
Binary 10010111 1010010 10101 0 101110 1010110 101001 11100 1001100 100010

Color Harmonies of #975215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975215

Black with #975215

Text Example


Text Example

White with #975215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975215; }

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

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

background-color css

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

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

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

border-color css

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

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

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