#955A05

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

Shades of Golden Brown #955A05

Tints of Golden Brown #955A05

Color information

#955A05 (or 0x955A05) is unknown color: approx Golden Brown. HEX triplet: 95, 5A and 05. RGB value is (149,90,5). Sum of RGB (Red+Green+Blue) = 149+90+5=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #955A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955A05 is #6AA5FA. Grayscale: #626262. Windows color (decimal): -6989307 or 350869. OLE color: 350869.

HSL color Cylindrical-coordinate representation of color #955A05: hue angle of 35.42º 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 #955A05 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149905-
CMYK00.400.970.42
HSL35.42º93.51%30.2%-
HSV(B)35.42º96.64%58.43%-
XYZ16.0813.711.94-
YUV97.9575.55164.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.07%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 5 (2.34% from 255) = 2.05%
R=61.07%
G=36.89%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14990500.400.970.4235.4293.5130.2
Hex955A5028612A235e1e
Octal2251325050141524313636
Binary10010101101101010101010001100001101010100011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A05; }

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

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

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

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

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

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

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

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