Html Css Color HEX #995502 Golden Brown

📋 copy color: '#995502'

red 153 ◦ green 85 ◦ blue 2

#995502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #995502

Tints of Golden Brown #995502

RGB

 RED value IS 153 (60.16% from 255) = 63.75%

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 63.75%
G = 35.42%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995502 (or 0x995502) is known color: Golden Brown. HEX triplet: 99, 55 and 02. RGB value is (153,85,2). Sum of RGB (Red+Green+Blue) = 153+85+2=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #995502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995502 is #66AAFD. Grayscale: #606060. Windows color (decimal): -6728446 or 152985. OLE color: 152985.

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

Color convert

RGB 153 85 2 -
CMYK 0 0.44 0.99 0.4
HSL 32.98º 0.97% 0.3% -
HSV(B) 32.98º 0.99% 0.6% -
XYZ 16.4 13.27 1.76 -
YUV 95.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 153 85 2 0 0.44 0.99 0.4 32.98 0.97 0.3
Hex 99 55 2 0 2C 63 28 21 61 1E
Octal 231 125 2 0 54 143 50 41 141 36
Binary 10011001 1010101 10 0 101100 1100011 101000 100001 1100001 11110

Color Harmonies of #995502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995502

Black with #995502

Text Example


Text Example

White with #995502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995502; }

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

 H1.HeaderClassName
 {
   color: #995502;
 }
 .AnyTagClassName
 {
   color: #995502;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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