#915500

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

Shades of Golden Brown #915500

Tints of Golden Brown #915500

Color information

#915500 (or 0x915500) is unknown color: approx Golden Brown. HEX triplet: 91, 55 and 00. RGB value is (145,85,0). Sum of RGB (Red+Green+Blue) = 145+85+0=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #915500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915500 is #6EAAFF. Grayscale: #5D5D5D. Windows color (decimal): -7252736 or 21905. OLE color: 21905.

HSL color Cylindrical-coordinate representation of color #915500: hue angle of 35.17º 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 #915500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB145850-
CMYK00.4110.43
HSL35.17º100%28.43%-
HSV(B)35.17º100%56.86%-
XYZ14.9312.521.63-
YUV93.2575.38164.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 85 (33.59% from 255) = 36.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.04%
G=36.96%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14585000.4110.4335.1710028.43
Hex91550029642B23641c
Octal2211250051144534314434
Binary100100011010101001010011100100101011100011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915500; }

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

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

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

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

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

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

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

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