#954f18

Color #954F18 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #954F18

Tints of Saddle Brown #954F18

Color information

#954F18 (or 0x954F18) is unknown color: approx Saddle Brown. HEX triplet: 95, 4F and 18. RGB value is (149,79,24). Sum of RGB (Red+Green+Blue) = 149+79+24=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #954F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F18 is #6AB0E7. Grayscale: #5D5D5D. Windows color (decimal): -6992104 or 1593237. OLE color: 1593237.

HSL color Cylindrical-coordinate representation of color #954F18: hue angle of 26.4º 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 #954F18 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1497924-
CMYK00.470.840.42
HSL26.4º72.25%33.92%-
HSV(B)26.4º83.89%58.43%-
XYZ15.3612.052.38-
YUV93.6688.69167.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.13%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=59.13%
G=31.35%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149792400.470.840.4226.472.2533.92
Hex954F1802F542A1a4822
Octal22511730057124523211042
Binary1001010110011111100001011111010100101010110101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954f18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954f18; }

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

 H1.HeaderClassName
 {
   color: #954f18;
 }
 .AnyTagClassName
 {
   color: #954f18;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #954f18;
 }
 .BgClassName
 {
   background-color: #954f18;
 }
</style>
border-color css

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

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

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