#955e18

Color #955E18 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #955E18

Tints of Golden Brown #955E18

Color information

#955E18 (or 0x955E18) is unknown color: approx Golden Brown. HEX triplet: 95, 5E and 18. RGB value is (149,94,24). Sum of RGB (Red+Green+Blue) = 149+94+24=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #955E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E18 is #6AA1E7. Grayscale: #666666. Windows color (decimal): -6988264 or 1597077. OLE color: 1597077.

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

Color convert

RGB1499424-
CMYK00.370.840.42
HSL33.6º72.25%33.92%-
HSV(B)33.6º83.89%58.43%-
XYZ16.5614.462.78-
YUV102.4683.72161.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 24 (9.77% from 255) = 8.99%
R=55.81%
G=35.21%
B=8.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149942400.370.840.4233.672.2533.92
Hex955E18025542A224822
Octal22513630045124524211042
Binary10010101101111011000010010110101001010101000101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955e18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955e18; }

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

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

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

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

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

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

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

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