#955802

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

Shades of Golden Brown #955802

Tints of Golden Brown #955802

Color information

#955802 (or 0x955802) is unknown color: approx Golden Brown. HEX triplet: 95, 58 and 02. RGB value is (149,88,2). Sum of RGB (Red+Green+Blue) = 149+88+2=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #955802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955802 is #6AA7FD. Grayscale: #606060. Windows color (decimal): -6989822 or 153749. OLE color: 153749.

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

Color convert

RGB149882-
CMYK00.410.990.42
HSL35.1º97.35%29.61%-
HSV(B)35.1º98.66%58.43%-
XYZ15.913.371.8-
YUV96.4374.71165.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=62.34%
G=36.82%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14988200.410.990.4235.197.3529.61
Hex95582029632A23611e
Octal2251302051143524314136
Binary1001010110110001001010011100011101010100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955802; }

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

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

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

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

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

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

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

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