Html Css Color HEX #80560F Raw Umber

📋 copy color: '#80560F'

red 128 ◦ green 86 ◦ blue 15

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

Shades of Raw Umber #80560F

Tints of Raw Umber #80560F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 55.9%
G = 37.55%
B = 6.55%

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

#80560F (or 0x80560F) is known color: Raw Umber. HEX triplet: 80, 56 and 0F. RGB value is (128,86,15). Sum of RGB (Red+Green+Blue) = 128+86+15=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #80560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80560F is #7FA9F0. Grayscale: #5A5A5A. Windows color (decimal): -8366577 or 1005184. OLE color: 1005184.

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

Color convert

RGB 128 86 15 -
CMYK 0 0.33 0.88 0.50
HSL 37.7º 0.79% 0.28% -
HSV(B) 37.7º 0.88% 0.5% -
XYZ 12.32 11.28 1.98 -
YUV 90.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 128 86 15 0 0.33 0.88 0.50 37.7 0.79 0.28
Hex 80 56 F 0 21 58 32 26 4F 1C
Octal 200 126 17 0 41 130 62 46 117 34
Binary 10000000 1010110 1111 0 100001 1011000 110010 100110 1001111 11100

Color Harmonies of #80560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80560F

Black with #80560F

Text Example


Text Example

White with #80560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80560F; }

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

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

background-color css

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

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

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

border-color css

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

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

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