Html Css Color HEX #975201 Saddle Brown

📋 copy color: '#975201'

red 151 ◦ green 82 ◦ blue 1

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

Shades of Saddle Brown #975201

Tints of Saddle Brown #975201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 64.53%
G = 35.04%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#975201 (or 0x975201) is known color: Saddle Brown. HEX triplet: 97, 52 and 01. RGB value is (151,82,1). Sum of RGB (Red+Green+Blue) = 151+82+1=234 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.53% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 151 - color contains mainly: red. Hex color #975201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975201 is #68ADFE. Grayscale: #5D5D5D. Windows color (decimal): -6860287 or 86679. OLE color: 86679.

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

Color convert

RGB 151 82 1 -
CMYK 0 0.46 0.99 0.41
HSL 32.4º 0.99% 0.3% -
HSV(B) 32.4º 0.99% 0.59% -
XYZ 15.79 12.62 1.63 -
YUV 93.4 75.86 169.09 -
System Red Green Blue C M Y K H S L
Decimal 151 82 1 0 0.46 0.99 0.41 32.4 0.99 0.3
Hex 97 52 1 0 2E 63 29 20 63 1E
Octal 227 122 1 0 56 143 51 40 143 36
Binary 10010111 1010010 1 0 101110 1100011 101001 100000 1100011 11110

Color Harmonies of #975201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975201

Black with #975201

Text Example


Text Example

White with #975201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975201; }

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

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

background-color css

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

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

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

border-color css

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

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

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