#995A02

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

Shades of Golden Brown #995A02

Tints of Golden Brown #995A02

Color information

#995A02 (or 0x995A02) is unknown color: approx Golden Brown. HEX triplet: 99, 5A and 02. RGB value is (153,90,2). Sum of RGB (Red+Green+Blue) = 153+90+2=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995A02 is #66A5FD. Grayscale: #636363. Windows color (decimal): -6727166 or 154265. OLE color: 154265.

HSL color Cylindrical-coordinate representation of color #995A02: hue angle of 34.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #995A02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB153902-
CMYK00.410.990.4
HSL34.97º97.42%30.39%-
HSV(B)34.97º98.69%60%-
XYZ16.814.091.89-
YUV98.873.37166.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=62.45%
G=36.73%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15390200.410.990.434.9797.4230.39
Hex995A2029632823611e
Octal2311322051143504314136
Binary1001100110110101001010011100011101000100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995A02; }

 p { color: rgb(153,90,2); }

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

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

 a { background-color: rgb(153,90,2); }

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

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

 span { border-color: rgb(153,90,2); }

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