#955704

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

Shades of Golden Brown #955704

Tints of Golden Brown #955704

Color information

#955704 (or 0x955704) is unknown color: approx Golden Brown. HEX triplet: 95, 57 and 04. RGB value is (149,87,4). Sum of RGB (Red+Green+Blue) = 149+87+4=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #955704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955704 is #6AA8FB. Grayscale: #606060. Windows color (decimal): -6990076 or 284565. OLE color: 284565.

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

Color convert

RGB149874-
CMYK00.420.970.42
HSL34.34º94.77%30%-
HSV(B)34.34º97.32%58.43%-
XYZ15.8213.211.83-
YUV96.0876.04165.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=62.08%
G=36.25%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987400.420.970.4234.3494.7730
Hex9557402A612A225f1e
Octal2251274052141524213736
Binary10010101101011110001010101100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955704; }

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

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

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

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

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

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

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

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