#915E05

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

Shades of Golden Brown #915E05

Tints of Golden Brown #915E05

Color information

#915E05 (or 0x915E05) is unknown color: approx Golden Brown. HEX triplet: 91, 5E and 05. RGB value is (145,94,5). Sum of RGB (Red+Green+Blue) = 145+94+5=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #915E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E05 is #6EA1FA. Grayscale: #636363. Windows color (decimal): -7250427 or 351889. OLE color: 351889.

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

Color convert

RGB145945-
CMYK00.350.970.43
HSL38.14º93.33%29.41%-
HSV(B)38.14º96.55%56.86%-
XYZ15.7114.042.02-
YUV99.174.9160.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.43%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=59.43%
G=38.52%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14594500.350.970.4338.1493.3329.41
Hex915E5023612B265d1d
Octal2211365043141534613535
Binary10010001101111010101000111100001101011100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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