#955504

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

Shades of Golden Brown #955504

Tints of Golden Brown #955504

Color information

#955504 (or 0x955504) is unknown color: approx Golden Brown. HEX triplet: 95, 55 and 04. RGB value is (149,85,4). Sum of RGB (Red+Green+Blue) = 149+85+4=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #955504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955504 is #6AAAFB. Grayscale: #5F5F5F. Windows color (decimal): -6990588 or 284053. OLE color: 284053.

HSL color Cylindrical-coordinate representation of color #955504: hue angle of 33.52º degrees, saturation: 0.95, 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 #955504 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB149854-
CMYK00.430.970.42
HSL33.52º94.77%30%-
HSV(B)33.52º97.32%58.43%-
XYZ15.6612.91.78-
YUV94.976.7166.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 85 (33.59% from 255) = 35.71%
BLUE value IS 4 (1.95% from 255) = 1.68%
R=62.61%
G=35.71%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14985400.430.970.4233.5294.7730
Hex9555402B612A225f1e
Octal2251254053141524213736
Binary10010101101010110001010111100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955504; }

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

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

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

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

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

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

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

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