Html Css Color HEX #975213 Saddle Brown

📋 copy color: '#975213'

red 151 ◦ green 82 ◦ blue 19

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

Shades of Saddle Brown #975213

Tints of Saddle Brown #975213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 59.92%
G = 32.54%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975213 (or 0x975213) is known color: Saddle Brown. HEX triplet: 97, 52 and 13. RGB value is (151,82,19). Sum of RGB (Red+Green+Blue) = 151+82+19=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #975213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975213 is #68ADEC. Grayscale: #5F5F5F. Windows color (decimal): -6860269 or 1266327. OLE color: 1266327.

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

Color convert

RGB 151 82 19 -
CMYK 0 0.46 0.87 0.41
HSL 28.64º 0.78% 0.33% -
HSV(B) 28.64º 0.87% 0.59% -
XYZ 15.9 12.66 2.22 -
YUV 95.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 151 82 19 0 0.46 0.87 0.41 28.64 0.78 0.33
Hex 97 52 13 0 2E 57 29 1D 4E 21
Octal 227 122 23 0 56 127 51 35 116 41
Binary 10010111 1010010 10011 0 101110 1010111 101001 11101 1001110 100001

Color Harmonies of #975213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975213

Black with #975213

Text Example


Text Example

White with #975213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975213; }

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

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

background-color css

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

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

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

border-color css

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

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

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