#915F00

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

Shades of Golden Brown #915F00

Tints of Golden Brown #915F00

Color information

#915F00 (or 0x915F00) is unknown color: approx Golden Brown. HEX triplet: 91, 5F and 00. RGB value is (145,95,0). Sum of RGB (Red+Green+Blue) = 145+95+0=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 95 (37.5% from 255 or 39.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #915F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F00 is #6EA0FF. Grayscale: #636363. Windows color (decimal): -7250176 or 24465. OLE color: 24465.

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

Color convert

RGB145950-
CMYK00.3410.43
HSL39.31º100%28.43%-
HSV(B)39.31º100%56.86%-
XYZ15.7714.21.91-
YUV99.1272.06160.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.42%
GREEN value IS 95 (37.5% from 255) = 39.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.42%
G=39.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14595000.3410.4339.3110028.43
Hex915F0022642B27641c
Octal2211370042144534714434
Binary100100011011111001000101100100101011100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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