Html Css Color HEX #995802 Golden Brown

📋 copy color: '#995802'

red 153 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #995802

Tints of Golden Brown #995802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

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

R = 62.96%
G = 36.21%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#995802 (or 0x995802) is known color: Golden Brown. HEX triplet: 99, 58 and 02. RGB value is (153,88,2). Sum of RGB (Red+Green+Blue) = 153+88+2=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #995802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995802 is #66A7FD. Grayscale: #626262. Windows color (decimal): -6727678 or 153753. OLE color: 153753.

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

Color convert

RGB 153 88 2 -
CMYK 0 0.42 0.99 0.4
HSL 34.17º 0.97% 0.3% -
HSV(B) 34.17º 0.99% 0.6% -
XYZ 16.64 13.76 1.84 -
YUV 97.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 153 88 2 0 0.42 0.99 0.4 34.17 0.97 0.3
Hex 99 58 2 0 2A 63 28 22 61 1E
Octal 231 130 2 0 52 143 50 42 141 36
Binary 10011001 1011000 10 0 101010 1100011 101000 100010 1100001 11110

Color Harmonies of #995802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995802

Black with #995802

Text Example


Text Example

White with #995802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995802; }

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

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

background-color css

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

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

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

border-color css

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

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

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