#955502

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

Shades of Golden Brown #955502

Tints of Golden Brown #955502

Color information

#955502 (or 0x955502) is unknown color: approx Golden Brown. HEX triplet: 95, 55 and 02. RGB value is (149,85,2). Sum of RGB (Red+Green+Blue) = 149+85+2=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #955502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955502 is #6AAAFD. Grayscale: #5F5F5F. Windows color (decimal): -6990590 or 152981. OLE color: 152981.

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

Color convert

RGB149852-
CMYK00.430.990.42
HSL33.88º97.35%29.61%-
HSV(B)33.88º98.66%58.43%-
XYZ15.6512.891.72-
YUV94.6775.7166.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.14%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=63.14%
G=36.02%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14985200.430.990.4233.8897.3529.61
Hex9555202B632A22611e
Octal2251252053143524214136
Binary1001010110101011001010111100011101010100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955502; }

 p { color: rgb(149,85,2); }

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

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

 a { background-color: rgb(149,85,2); }

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

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

 span { border-color: rgb(149,85,2); }

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