#915700

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

Shades of Golden Brown #915700

Tints of Golden Brown #915700

Color information

#915700 (or 0x915700) is unknown color: approx Golden Brown. HEX triplet: 91, 57 and 00. RGB value is (145,87,0). Sum of RGB (Red+Green+Blue) = 145+87+0=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #915700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915700 is #6EA8FF. Grayscale: #5E5E5E. Windows color (decimal): -7252224 or 22417. OLE color: 22417.

HSL color Cylindrical-coordinate representation of color #915700: hue angle of 36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #915700 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145870-
CMYK00.410.43
HSL36º100%28.43%-
HSV(B)36º100%56.86%-
XYZ15.0912.841.68-
YUV94.4274.72164.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 62.5%
GREEN value IS 87 (34.38% from 255) = 37.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.5%
G=37.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14587000.410.433610028.43
Hex91570028642B24641c
Octal2211270050144534414434
Binary100100011010111001010001100100101011100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915700; }

 p { color: rgb(145,87,0); }

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

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

 a { background-color: rgb(145,87,0); }

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

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

 span { border-color: rgb(145,87,0); }

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