#915D18

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

Shades of Golden Brown #915D18

Tints of Golden Brown #915D18

Color information

#915D18 (or 0x915D18) is unknown color: approx Golden Brown. HEX triplet: 91, 5D and 18. RGB value is (145,93,24). Sum of RGB (Red+Green+Blue) = 145+93+24=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #915D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D18 is #6EA2E7. Grayscale: #656565. Windows color (decimal): -7250664 or 1596817. OLE color: 1596817.

HSL color Cylindrical-coordinate representation of color #915D18: hue angle of 34.21º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #915D18 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1459324-
CMYK00.360.830.43
HSL34.21º71.6%33.14%-
HSV(B)34.21º83.45%56.86%-
XYZ15.7613.912.72-
YUV100.6884.73159.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.34%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=55.34%
G=35.50%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145932400.360.830.4334.2171.633.14
Hex915D18024532B224821
Octal22113530044123534211041
Binary10010001101110111000010010010100111010111000101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915D18; }

 p { color: rgb(145,93,24); }

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

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

 a { background-color: rgb(145,93,24); }

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

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

 span { border-color: rgb(145,93,24); }

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