Html Css Color HEX #805710 Raw Umber

📋 copy color: '#805710'

red 128 ◦ green 87 ◦ blue 16

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

Shades of Raw Umber #805710

Tints of Raw Umber #805710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.66%

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

R = 55.41%
G = 37.66%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#805710 (or 0x805710) is known color: Raw Umber. HEX triplet: 80, 57 and 10. RGB value is (128,87,16). Sum of RGB (Red+Green+Blue) = 128+87+16=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #805710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805710 is #7FA8EF. Grayscale: #5B5B5B. Windows color (decimal): -8366320 or 1070976. OLE color: 1070976.

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

Color convert

RGB 128 87 16 -
CMYK 0 0.32 0.88 0.50
HSL 38.04º 0.78% 0.28% -
HSV(B) 38.04º 0.88% 0.5% -
XYZ 12.4 11.44 2.05 -
YUV 91.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 128 87 16 0 0.32 0.88 0.50 38.04 0.78 0.28
Hex 80 57 10 0 20 58 32 26 4E 1C
Octal 200 127 20 0 40 130 62 46 116 34
Binary 10000000 1010111 10000 0 100000 1011000 110010 100110 1001110 11100

Color Harmonies of #805710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805710

Black with #805710

Text Example


Text Example

White with #805710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805710; }

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

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

background-color css

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

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

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

border-color css

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

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

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