#915C12

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

Shades of Golden Brown #915C12

Tints of Golden Brown #915C12

Color information

#915C12 (or 0x915C12) is unknown color: approx Golden Brown. HEX triplet: 91, 5C and 12. RGB value is (145,92,18). Sum of RGB (Red+Green+Blue) = 145+92+18=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #915C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C12 is #6EA3ED. Grayscale: #636363. Windows color (decimal): -7250926 or 1203345. OLE color: 1203345.

HSL color Cylindrical-coordinate representation of color #915C12: hue angle of 34.96º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #915C12 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1459218-
CMYK00.370.880.43
HSL34.96º77.91%31.96%-
HSV(B)34.96º87.59%56.86%-
XYZ15.6113.722.4-
YUV99.4182.06160.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.86%
GREEN value IS 92 (36.33% from 255) = 36.08%
BLUE value IS 18 (7.42% from 255) = 7.06%
R=56.86%
G=36.08%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145921800.370.880.4334.9677.9131.96
Hex915C12025582B234e20
Octal22113422045130534311640
Binary10010001101110010010010010110110001010111000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,92,18); }

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

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

 a { background-color: rgb(145,92,18); }

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

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

 span { border-color: rgb(145,92,18); }

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