#915D0A

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

Shades of Golden Brown #915D0A

Tints of Golden Brown #915D0A

Color information

#915D0A (or 0x915D0A) is unknown color: approx Golden Brown. HEX triplet: 91, 5D and 0A. RGB value is (145,93,10). Sum of RGB (Red+Green+Blue) = 145+93+10=248 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.47% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 145 - color contains mainly: red. Hex color #915D0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D0A is #6EA2F5. Grayscale: #636363. Windows color (decimal): -7250678 or 679313. OLE color: 679313.

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

Color convert

RGB1459310-
CMYK00.360.930.43
HSL36.89º87.1%30.39%-
HSV(B)36.89º93.1%56.86%-
XYZ15.6513.872.14-
YUV99.0977.73160.75-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 58.47%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 10 (4.30% from 255) = 4.03%
R=58.47%
G=37.5%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145931000.360.930.4336.8987.130.39
Hex915DA0245D2B25571e
Octal22113512044135534512736
Binary100100011011101101001001001011101101011100101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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