Html Css Color HEX #955116 Saddle Brown

📋 copy color: '#955116'

red 149 ◦ green 81 ◦ blue 22

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

Shades of Saddle Brown #955116

Tints of Saddle Brown #955116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.14%

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 59.13%
G = 32.14%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#955116 (or 0x955116) is known color: Saddle Brown. HEX triplet: 95, 51 and 16. RGB value is (149,81,22). Sum of RGB (Red+Green+Blue) = 149+81+22=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #955116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955116 is #6AAEE9. Grayscale: #5E5E5E. Windows color (decimal): -6991594 or 1462677. OLE color: 1462677.

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

Color convert

RGB 149 81 22 -
CMYK 0 0.46 0.85 0.42
HSL 27.87º 0.74% 0.34% -
HSV(B) 27.87º 0.85% 0.58% -
XYZ 15.48 12.33 2.32 -
YUV 94.61 87.03 166.8 -
System Red Green Blue C M Y K H S L
Decimal 149 81 22 0 0.46 0.85 0.42 27.87 0.74 0.34
Hex 95 51 16 0 2E 55 2A 1C 4A 22
Octal 225 121 26 0 56 125 52 34 112 42
Binary 10010101 1010001 10110 0 101110 1010101 101010 11100 1001010 100010

Color Harmonies of #955116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955116

Black with #955116

Text Example


Text Example

White with #955116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955116; }

 p { color: rgb(149,81,22); }

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

background-color css

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

 a { background-color: rgb(149,81,22); }

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

border-color css

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

 span { border-color: rgb(149,81,22); }

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