#915E00

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

Shades of Golden Brown #915E00

Tints of Golden Brown #915E00

Color information

#915E00 (or 0x915E00) is unknown color: approx Golden Brown. HEX triplet: 91, 5E and 00. RGB value is (145,94,0). Sum of RGB (Red+Green+Blue) = 145+94+0=239 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.67% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 145 - color contains mainly: red. Hex color #915E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915E00 is #6EA1FF. Grayscale: #626262. Windows color (decimal): -7250432 or 24209. OLE color: 24209.

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

Color convert

RGB145940-
CMYK00.3510.43
HSL38.9º100%28.43%-
HSV(B)38.9º100%56.86%-
XYZ15.6814.031.88-
YUV98.5372.4161.14-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.67%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.67%
G=39.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14594000.3510.4338.910028.43
Hex915E0023642B27641c
Octal2211360043144534714434
Binary100100011011110001000111100100101011100111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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