#915C05

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

Shades of Golden Brown #915C05

Tints of Golden Brown #915C05

Color information

#915C05 (or 0x915C05) is unknown color: approx Golden Brown. HEX triplet: 91, 5C and 05. RGB value is (145,92,5). Sum of RGB (Red+Green+Blue) = 145+92+5=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #915C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C05 is #6EA3FA. Grayscale: #626262. Windows color (decimal): -7250939 or 351377. OLE color: 351377.

HSL color Cylindrical-coordinate representation of color #915C05: hue angle of 37.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #915C05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB145925-
CMYK00.370.970.43
HSL37.29º93.33%29.41%-
HSV(B)37.29º96.55%56.86%-
XYZ15.5313.681.97-
YUV97.9375.56161.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.92%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=59.92%
G=38.02%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14592500.370.970.4337.2993.3329.41
Hex915C5025612B255d1d
Octal2211345045141534513535
Binary10010001101110010101001011100001101011100101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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