Html Css Color HEX #805200 Raw Umber

📋 copy color: '#805200'

red 128 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #805200

Tints of Raw Umber #805200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.95%
G = 39.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#805200 (or 0x805200) is known color: Raw Umber. HEX triplet: 80, 52 and 00. RGB value is (128,82,0). Sum of RGB (Red+Green+Blue) = 128+82+0=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #805200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805200 is #7FADFF. Grayscale: #565656. Windows color (decimal): -8367616 or 21120. OLE color: 21120.

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

Color convert

RGB 128 82 0 -
CMYK 0 0.36 1 0.50
HSL 38.44º 1% 0.25% -
HSV(B) 38.44º 1% 0.5% -
XYZ 11.92 10.62 1.42 -
YUV 86.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 128 82 0 0 0.36 1 0.50 38.44 1 0.25
Hex 80 52 0 0 24 64 32 26 64 19
Octal 200 122 0 0 44 144 62 46 144 31
Binary 10000000 1010010 0 0 100100 1100100 110010 100110 1100100 11001

Color Harmonies of #805200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805200

Black with #805200

Text Example


Text Example

White with #805200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805200; }

 p { color: rgb(128,82,0); }

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

background-color css

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

 a { background-color: rgb(128,82,0); }

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

border-color css

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

 span { border-color: rgb(128,82,0); }

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