#915A15

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

Shades of Golden Brown #915A15

Tints of Golden Brown #915A15

Color information

#915A15 (or 0x915A15) is unknown color: approx Golden Brown. HEX triplet: 91, 5A and 15. RGB value is (145,90,21). Sum of RGB (Red+Green+Blue) = 145+90+21=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #915A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915A15 is #6EA5EA. Grayscale: #626262. Windows color (decimal): -7251435 or 1399441. OLE color: 1399441.

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

Color convert

RGB1459021-
CMYK00.380.860.43
HSL33.39º74.7%32.55%-
HSV(B)33.39º85.52%56.86%-
XYZ15.4713.392.48-
YUV98.5884.22161.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=56.64%
G=35.16%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145902100.380.860.4333.3974.732.55
Hex915A15026562B214b21
Octal22113225046126534111341
Binary10010001101101010101010011010101101010111000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,90,21); }

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

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

 a { background-color: rgb(145,90,21); }

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

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

 span { border-color: rgb(145,90,21); }

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