#915D03

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

Shades of Golden Brown #915D03

Tints of Golden Brown #915D03

Color information

#915D03 (or 0x915D03) is unknown color: approx Golden Brown. HEX triplet: 91, 5D and 03. RGB value is (145,93,3). Sum of RGB (Red+Green+Blue) = 145+93+3=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #915D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D03 is #6EA2FC. Grayscale: #626262. Windows color (decimal): -7250685 or 220561. OLE color: 220561.

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

Color convert

RGB145933-
CMYK00.360.980.43
HSL38.03º95.95%29.02%-
HSV(B)38.03º97.93%56.86%-
XYZ15.6113.861.94-
YUV98.2974.23161.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.17%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 3 (1.56% from 255) = 1.24%
R=60.17%
G=38.59%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14593300.360.980.4338.0395.9529.02
Hex915D3024622B26601d
Octal2211353044142534614035
Binary1001000110111011101001001100010101011100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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