Html Css Color HEX #805810 Raw Umber

📋 copy color: '#805810'

red 128 ◦ green 88 ◦ blue 16

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

Shades of Raw Umber #805810

Tints of Raw Umber #805810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 55.17%
G = 37.93%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805810 (or 0x805810) is known color: Raw Umber. HEX triplet: 80, 58 and 10. RGB value is (128,88,16). Sum of RGB (Red+Green+Blue) = 128+88+16=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #805810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805810 is #7FA7EF. Grayscale: #5C5C5C. Windows color (decimal): -8366064 or 1071232. OLE color: 1071232.

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

Color convert

RGB 128 88 16 -
CMYK 0 0.31 0.88 0.50
HSL 38.57º 0.78% 0.28% -
HSV(B) 38.57º 0.88% 0.5% -
XYZ 12.49 11.61 2.07 -
YUV 91.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 128 88 16 0 0.31 0.88 0.50 38.57 0.78 0.28
Hex 80 58 10 0 1F 58 32 27 4E 1C
Octal 200 130 20 0 37 130 62 47 116 34
Binary 10000000 1011000 10000 0 11111 1011000 110010 100111 1001110 11100

Color Harmonies of #805810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805810

Black with #805810

Text Example


Text Example

White with #805810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805810; }

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

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

background-color css

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

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

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

border-color css

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

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

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