Html Css Color HEX #975008 Saddle Brown

📋 copy color: '#975008'

red 151 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #975008

Tints of Saddle Brown #975008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 63.18%
G = 33.47%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#975008 (or 0x975008) is known color: Saddle Brown. HEX triplet: 97, 50 and 08. RGB value is (151,80,8). Sum of RGB (Red+Green+Blue) = 151+80+8=239 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.18% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 151 - color contains mainly: red. Hex color #975008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975008 is #68AFF7. Grayscale: #5D5D5D. Windows color (decimal): -6860792 or 544919. OLE color: 544919.

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

Color convert

RGB 151 80 8 -
CMYK 0 0.47 0.95 0.41
HSL 30.21º 0.9% 0.31% -
HSV(B) 30.21º 0.95% 0.59% -
XYZ 15.67 12.33 1.78 -
YUV 93.02 80.02 169.35 -
System Red Green Blue C M Y K H S L
Decimal 151 80 8 0 0.47 0.95 0.41 30.21 0.9 0.31
Hex 97 50 8 0 2F 5F 29 1E 5A 1F
Octal 227 120 10 0 57 137 51 36 132 37
Binary 10010111 1010000 1000 0 101111 1011111 101001 11110 1011010 11111

Color Harmonies of #975008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975008

Black with #975008

Text Example


Text Example

White with #975008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975008; }

 p { color: rgb(151,80,8); }

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

background-color css

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

 a { background-color: rgb(151,80,8); }

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

border-color css

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

 span { border-color: rgb(151,80,8); }

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