Html Css Color HEX #955118 Saddle Brown

📋 copy color: '#955118'

red 149 ◦ green 81 ◦ blue 24

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

Shades of Saddle Brown #955118

Tints of Saddle Brown #955118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 58.66%
G = 31.89%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#955118 (or 0x955118) is known color: Saddle Brown. HEX triplet: 95, 51 and 18. RGB value is (149,81,24). Sum of RGB (Red+Green+Blue) = 149+81+24=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #955118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955118 is #6AAEE7. Grayscale: #5F5F5F. Windows color (decimal): -6991592 or 1593749. OLE color: 1593749.

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

Color convert

RGB 149 81 24 -
CMYK 0 0.46 0.84 0.42
HSL 27.36º 0.72% 0.34% -
HSV(B) 27.36º 0.84% 0.58% -
XYZ 15.5 12.34 2.43 -
YUV 94.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 149 81 24 0 0.46 0.84 0.42 27.36 0.72 0.34
Hex 95 51 18 0 2E 54 2A 1B 48 22
Octal 225 121 30 0 56 124 52 33 110 42
Binary 10010101 1010001 11000 0 101110 1010100 101010 11011 1001000 100010

Color Harmonies of #955118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955118

Black with #955118

Text Example


Text Example

White with #955118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955118; }

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

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

background-color css

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

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

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

border-color css

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

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

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