#957005

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

Shades of Golden Brown #957005

Tints of Golden Brown #957005

Color information

#957005 (or 0x957005) is unknown color: approx Golden Brown. HEX triplet: 95, 70 and 05. RGB value is (149,112,5). Sum of RGB (Red+Green+Blue) = 149+112+5=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #957005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957005 is #6A8FFA. Grayscale: #6F6F6F. Windows color (decimal): -6983675 or 356501. OLE color: 356501.

HSL color Cylindrical-coordinate representation of color #957005: hue angle of 44.58º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #957005 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1491125-
CMYK00.250.970.42
HSL44.58º93.51%30.2%-
HSV(B)44.58º96.64%58.43%-
XYZ18.2217.992.66-
YUV110.8668.26155.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=56.02%
G=42.11%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149112500.250.970.4244.5893.5130.2
Hex95705019612A2d5e1e
Octal2251605031141525513636
Binary1001010111100001010110011100001101010101101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957005; }

 p { color: rgb(149,112,5); }

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

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

 a { background-color: rgb(149,112,5); }

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

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

 span { border-color: rgb(149,112,5); }

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