Html Css Color HEX #955112 Saddle Brown

📋 copy color: '#955112'

red 149 ◦ green 81 ◦ blue 18

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

Shades of Saddle Brown #955112

Tints of Saddle Brown #955112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 60.08%
G = 32.66%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955112 (or 0x955112) is known color: Saddle Brown. HEX triplet: 95, 51 and 12. RGB value is (149,81,18). Sum of RGB (Red+Green+Blue) = 149+81+18=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #955112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955112 is #6AAEED. Grayscale: #5E5E5E. Windows color (decimal): -6991598 or 1200533. OLE color: 1200533.

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

Color convert

RGB 149 81 18 -
CMYK 0 0.46 0.88 0.42
HSL 28.85º 0.78% 0.33% -
HSV(B) 28.85º 0.88% 0.58% -
XYZ 15.45 12.32 2.14 -
YUV 94.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 149 81 18 0 0.46 0.88 0.42 28.85 0.78 0.33
Hex 95 51 12 0 2E 58 2A 1D 4E 21
Octal 225 121 22 0 56 130 52 35 116 41
Binary 10010101 1010001 10010 0 101110 1011000 101010 11101 1001110 100001

Color Harmonies of #955112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955112

Black with #955112

Text Example


Text Example

White with #955112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955112; }

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

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

background-color css

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

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

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

border-color css

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

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

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