Html Css Color HEX #805610 Raw Umber

📋 copy color: '#805610'

red 128 ◦ green 86 ◦ blue 16

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

Shades of Raw Umber #805610

Tints of Raw Umber #805610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.39%

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

R = 55.65%
G = 37.39%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805610 (or 0x805610) is known color: Raw Umber. HEX triplet: 80, 56 and 10. RGB value is (128,86,16). Sum of RGB (Red+Green+Blue) = 128+86+16=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #805610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805610 is #7FA9EF. Grayscale: #5A5A5A. Windows color (decimal): -8366576 or 1070720. OLE color: 1070720.

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

Color convert

RGB 128 86 16 -
CMYK 0 0.33 0.88 0.50
HSL 37.5º 0.78% 0.28% -
HSV(B) 37.5º 0.88% 0.5% -
XYZ 12.32 11.28 2.02 -
YUV 90.58 85.91 154.69 -
System Red Green Blue C M Y K H S L
Decimal 128 86 16 0 0.33 0.88 0.50 37.5 0.78 0.28
Hex 80 56 10 0 21 58 32 26 4E 1C
Octal 200 126 20 0 41 130 62 46 116 34
Binary 10000000 1010110 10000 0 100001 1011000 110010 100110 1001110 11100

Color Harmonies of #805610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805610

Black with #805610

Text Example


Text Example

White with #805610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805610; }

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

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

background-color css

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

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

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

border-color css

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

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

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