#957018

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

Shades of Golden Brown #957018

Tints of Golden Brown #957018

Color information

#957018 (or 0x957018) is unknown color: approx Golden Brown. HEX triplet: 95, 70 and 18. RGB value is (149,112,24). Sum of RGB (Red+Green+Blue) = 149+112+24=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #957018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957018 is #6A8FE7. Grayscale: #717171. Windows color (decimal): -6983656 or 1601685. OLE color: 1601685.

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

Color convert

RGB14911224-
CMYK00.250.840.42
HSL42.24º72.25%33.92%-
HSV(B)42.24º83.89%58.43%-
XYZ18.3518.043.38-
YUV113.0377.76153.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.28%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 24 (9.77% from 255) = 8.42%
R=52.28%
G=39.30%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491122400.250.840.4242.2472.2533.92
Hex957018019542A2a4822
Octal22516030031124525211042
Binary1001010111100001100001100110101001010101010101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957018; }

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

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

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

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

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

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

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

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