#955E02

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

Shades of Golden Brown #955E02

Tints of Golden Brown #955E02

Color information

#955E02 (or 0x955E02) is unknown color: approx Golden Brown. HEX triplet: 95, 5E and 02. RGB value is (149,94,2). Sum of RGB (Red+Green+Blue) = 149+94+2=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #955E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955E02 is #6AA1FD. Grayscale: #646464. Windows color (decimal): -6988286 or 155285. OLE color: 155285.

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

Color convert

RGB149942-
CMYK00.370.990.42
HSL37.55º97.35%29.61%-
HSV(B)37.55º98.66%58.43%-
XYZ16.4114.41.97-
YUV99.9672.72162.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 60.82%
GREEN value IS 94 (37.11% from 255) = 38.37%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=60.82%
G=38.37%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14994200.370.990.4237.5597.3529.61
Hex955E2025632A26611e
Octal2251362045143524614136
Binary1001010110111101001001011100011101010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955E02; }

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

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

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

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

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

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

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

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