#915D0E

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

Shades of Golden Brown #915D0E

Tints of Golden Brown #915D0E

Color information

#915D0E (or 0x915D0E) is unknown color: approx Golden Brown. HEX triplet: 91, 5D and 0E. RGB value is (145,93,14). Sum of RGB (Red+Green+Blue) = 145+93+14=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #915D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915D0E is #6EA2F1. Grayscale: #636363. Windows color (decimal): -7250674 or 941457. OLE color: 941457.

HSL color Cylindrical-coordinate representation of color #915D0E: hue angle of 36.18º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #915D0E is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB1459314-
CMYK00.360.900.43
HSL36.18º82.39%31.18%-
HSV(B)36.18º90.34%56.86%-
XYZ15.6713.882.27-
YUV99.5479.73160.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 57.54%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=57.54%
G=36.90%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145931400.360.900.4336.1882.3931.18
Hex915DE0245A2B24521f
Octal22113516044132534412237
Binary100100011011101111001001001011010101011100100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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