Html Css Color HEX #805002 Raw Umber

📋 copy color: '#805002'

red 128 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #805002

Tints of Raw Umber #805002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 60.95%
G = 38.1%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#805002 (or 0x805002) is known color: Raw Umber. HEX triplet: 80, 50 and 02. RGB value is (128,80,2). Sum of RGB (Red+Green+Blue) = 128+80+2=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #805002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805002 is #7FAFFD. Grayscale: #555555. Windows color (decimal): -8368126 or 151680. OLE color: 151680.

HSL color Cylindrical-coordinate representation of color #805002: hue angle of 37.14º 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 #805002 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 2 -
CMYK 0 0.38 0.98 0.50
HSL 37.14º 0.97% 0.25% -
HSV(B) 37.14º 0.98% 0.5% -
XYZ 11.78 10.33 1.43 -
YUV 85.46 80.9 158.34 -
System Red Green Blue C M Y K H S L
Decimal 128 80 2 0 0.38 0.98 0.50 37.14 0.97 0.25
Hex 80 50 2 0 26 62 32 25 61 19
Octal 200 120 2 0 46 142 62 45 141 31
Binary 10000000 1010000 10 0 100110 1100010 110010 100101 1100001 11001

Color Harmonies of #805002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805002

Black with #805002

Text Example


Text Example

White with #805002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805002; }

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

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

background-color css

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

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

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

border-color css

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

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

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