#915C18

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

Shades of Golden Brown #915C18

Tints of Golden Brown #915C18

Color information

#915C18 (or 0x915C18) is unknown color: approx Golden Brown. HEX triplet: 91, 5C and 18. RGB value is (145,92,24). Sum of RGB (Red+Green+Blue) = 145+92+24=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #915C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C18 is #6EA3E7. Grayscale: #646464. Windows color (decimal): -7250920 or 1596561. OLE color: 1596561.

HSL color Cylindrical-coordinate representation of color #915C18: hue angle of 33.72º 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 #915C18 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1459224-
CMYK00.370.830.43
HSL33.72º71.6%33.14%-
HSV(B)33.72º83.45%56.86%-
XYZ15.6713.742.69-
YUV100.185.06160.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 55.56%
GREEN value IS 92 (36.33% from 255) = 35.25%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=55.56%
G=35.25%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145922400.370.830.4333.7271.633.14
Hex915C18025532B224821
Octal22113430045123534211041
Binary10010001101110011000010010110100111010111000101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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