#955702

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

Shades of Golden Brown #955702

Tints of Golden Brown #955702

Color information

#955702 (or 0x955702) is unknown color: approx Golden Brown. HEX triplet: 95, 57 and 02. RGB value is (149,87,2). Sum of RGB (Red+Green+Blue) = 149+87+2=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #955702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955702 is #6AA8FD. Grayscale: #606060. Windows color (decimal): -6990078 or 153493. OLE color: 153493.

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

Color convert

RGB149872-
CMYK00.420.990.42
HSL34.69º97.35%29.61%-
HSV(B)34.69º98.66%58.43%-
XYZ15.8113.211.77-
YUV95.8575.04165.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.61%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=62.61%
G=36.55%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14987200.420.990.4234.6997.3529.61
Hex9557202A632A23611e
Octal2251272052143524314136
Binary1001010110101111001010101100011101010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955702; }

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

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

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

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

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

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

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

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