#915B03

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

Shades of Golden Brown #915B03

Tints of Golden Brown #915B03

Color information

#915B03 (or 0x915B03) is unknown color: approx Golden Brown. HEX triplet: 91, 5B and 03. RGB value is (145,91,3). Sum of RGB (Red+Green+Blue) = 145+91+3=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #915B03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915B03 is #6EA4FC. Grayscale: #616161. Windows color (decimal): -7251197 or 220049. OLE color: 220049.

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

Color convert

RGB145913-
CMYK00.370.980.43
HSL37.18º95.95%29.02%-
HSV(B)37.18º97.93%56.86%-
XYZ15.4313.511.88-
YUV97.1174.89162.16-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.67%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=60.67%
G=38.08%
B=1.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14591300.370.980.4337.1895.9529.02
Hex915B3025622B25601d
Octal2211333045142534514035
Binary1001000110110111101001011100010101011100101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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