Html Css Color HEX #975200 Saddle Brown

📋 copy color: '#975200'

red 151 ◦ green 82 ◦ blue 0

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

Shades of Saddle Brown #975200

Tints of Saddle Brown #975200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.81%
G = 35.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#975200 (or 0x975200) is known color: Saddle Brown. HEX triplet: 97, 52 and 00. RGB value is (151,82,0). Sum of RGB (Red+Green+Blue) = 151+82+0=233 (30% of max value = 765). Red value is 151 (59.38% from 255 or 64.81% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 151 - color contains mainly: red. Hex color #975200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975200 is #68ADFF. Grayscale: #5D5D5D. Windows color (decimal): -6860288 or 21143. OLE color: 21143.

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

Color convert

RGB 151 82 0 -
CMYK 0 0.46 1 0.41
HSL 32.58º 1% 0.3% -
HSV(B) 32.58º 1% 0.59% -
XYZ 15.78 12.61 1.6 -
YUV 93.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 151 82 0 0 0.46 1 0.41 32.58 1 0.3
Hex 97 52 0 0 2E 64 29 21 64 1E
Octal 227 122 0 0 56 144 51 41 144 36
Binary 10010111 1010010 0 0 101110 1100100 101001 100001 1100100 11110

Color Harmonies of #975200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975200

Black with #975200

Text Example


Text Example

White with #975200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975200; }

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

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

background-color css

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

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

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

border-color css

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

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

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