Html Css Color HEX #805802 Raw Umber

📋 copy color: '#805802'

red 128 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #805802

Tints of Raw Umber #805802

RGB

 RED value IS 128 (50.39% from 255) = 58.72%

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

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

R = 58.72%
G = 40.37%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#805802 (or 0x805802) is known color: Raw Umber. HEX triplet: 80, 58 and 02. RGB value is (128,88,2). Sum of RGB (Red+Green+Blue) = 128+88+2=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #805802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805802 is #7FA7FD. Grayscale: #5A5A5A. Windows color (decimal): -8366078 or 153728. OLE color: 153728.

HSL color Cylindrical-coordinate representation of color #805802: hue angle of 40.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #805802 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 2 -
CMYK 0 0.31 0.98 0.50
HSL 40.95º 0.97% 0.25% -
HSV(B) 40.95º 0.98% 0.5% -
XYZ 12.4 11.57 1.64 -
YUV 90.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 128 88 2 0 0.31 0.98 0.50 40.95 0.97 0.25
Hex 80 58 2 0 1F 62 32 29 61 19
Octal 200 130 2 0 37 142 62 51 141 31
Binary 10000000 1011000 10 0 11111 1100010 110010 101001 1100001 11001

Color Harmonies of #805802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805802

Black with #805802

Text Example


Text Example

White with #805802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805802; }

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

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

background-color css

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

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

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

border-color css

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

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

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