Html Css Color HEX #805003 Raw Umber

📋 copy color: '#805003'

red 128 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #805003

Tints of Raw Umber #805003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 60.66%
G = 37.91%
B = 1.42%

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

#805003 (or 0x805003) is known color: Raw Umber. HEX triplet: 80, 50 and 03. RGB value is (128,80,3). Sum of RGB (Red+Green+Blue) = 128+80+3=211 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.66% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 128 - color contains mainly: red. Hex color #805003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805003 is #7FAFFC. Grayscale: #555555. Windows color (decimal): -8368125 or 217216. OLE color: 217216.

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

Color convert

RGB 128 80 3 -
CMYK 0 0.38 0.98 0.50
HSL 36.96º 0.95% 0.26% -
HSV(B) 36.96º 0.98% 0.5% -
XYZ 11.79 10.33 1.46 -
YUV 85.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 128 80 3 0 0.38 0.98 0.50 36.96 0.95 0.26
Hex 80 50 3 0 26 62 32 25 5F 1A
Octal 200 120 3 0 46 142 62 45 137 32
Binary 10000000 1010000 11 0 100110 1100010 110010 100101 1011111 11010

Color Harmonies of #805003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805003

Black with #805003

Text Example


Text Example

White with #805003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805003; }

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

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

background-color css

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

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

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

border-color css

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

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

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