Html Css Color HEX #805101 Raw Umber

📋 copy color: '#805101'

red 128 ◦ green 81 ◦ blue 1

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

Shades of Raw Umber #805101

Tints of Raw Umber #805101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.57%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 60.95%
G = 38.57%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#805101 (or 0x805101) is known color: Raw Umber. HEX triplet: 80, 51 and 01. RGB value is (128,81,1). Sum of RGB (Red+Green+Blue) = 128+81+1=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #805101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805101 is #7FAEFE. Grayscale: #565656. Windows color (decimal): -8367871 or 86400. OLE color: 86400.

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

Color convert

RGB 128 81 1 -
CMYK 0 0.37 0.99 0.50
HSL 37.8º 0.98% 0.25% -
HSV(B) 37.8º 0.99% 0.5% -
XYZ 11.85 10.48 1.43 -
YUV 85.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 128 81 1 0 0.37 0.99 0.50 37.8 0.98 0.25
Hex 80 51 1 0 25 63 32 26 62 19
Octal 200 121 1 0 45 143 62 46 142 31
Binary 10000000 1010001 1 0 100101 1100011 110010 100110 1100010 11001

Color Harmonies of #805101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805101

Black with #805101

Text Example


Text Example

White with #805101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805101; }

 p { color: rgb(128,81,1); }

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

background-color css

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

 a { background-color: rgb(128,81,1); }

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

border-color css

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

 span { border-color: rgb(128,81,1); }

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