Html Css Color HEX #955008 Saddle Brown

📋 copy color: '#955008'

red 149 ◦ green 80 ◦ blue 8

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

Shades of Saddle Brown #955008

Tints of Saddle Brown #955008

RGB

 RED value IS 149 (58.59% from 255) = 62.87%

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

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

R = 62.87%
G = 33.76%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#955008 (or 0x955008) is known color: Saddle Brown. HEX triplet: 95, 50 and 08. RGB value is (149,80,8). Sum of RGB (Red+Green+Blue) = 149+80+8=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #955008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955008 is #6AAFF7. Grayscale: #5C5C5C. Windows color (decimal): -6991864 or 544917. OLE color: 544917.

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

Color convert

RGB 149 80 8 -
CMYK 0 0.46 0.95 0.42
HSL 30.64º 0.9% 0.31% -
HSV(B) 30.64º 0.95% 0.58% -
XYZ 15.31 12.14 1.77 -
YUV 92.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 149 80 8 0 0.46 0.95 0.42 30.64 0.9 0.31
Hex 95 50 8 0 2E 5F 2A 1F 5A 1F
Octal 225 120 10 0 56 137 52 37 132 37
Binary 10010101 1010000 1000 0 101110 1011111 101010 11111 1011010 11111

Color Harmonies of #955008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955008

Black with #955008

Text Example


Text Example

White with #955008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955008; }

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

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

background-color css

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

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

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

border-color css

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

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

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