Html Css Color HEX #955011 Saddle Brown

📋 copy color: '#955011'

red 149 ◦ green 80 ◦ blue 17

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

Shades of Saddle Brown #955011

Tints of Saddle Brown #955011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 60.57%
G = 32.52%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#955011 (or 0x955011) is known color: Saddle Brown. HEX triplet: 95, 50 and 11. RGB value is (149,80,17). Sum of RGB (Red+Green+Blue) = 149+80+17=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #955011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955011 is #6AAFEE. Grayscale: #5D5D5D. Windows color (decimal): -6991855 or 1134741. OLE color: 1134741.

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

Color convert

RGB 149 80 17 -
CMYK 0 0.46 0.89 0.42
HSL 28.64º 0.8% 0.33% -
HSV(B) 28.64º 0.89% 0.58% -
XYZ 15.36 12.17 2.07 -
YUV 93.45 84.86 167.62 -
System Red Green Blue C M Y K H S L
Decimal 149 80 17 0 0.46 0.89 0.42 28.64 0.8 0.33
Hex 95 50 11 0 2E 59 2A 1D 50 21
Octal 225 120 21 0 56 131 52 35 120 41
Binary 10010101 1010000 10001 0 101110 1011001 101010 11101 1010000 100001

Color Harmonies of #955011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955011

Black with #955011

Text Example


Text Example

White with #955011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955011; }

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

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

background-color css

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

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

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

border-color css

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

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

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