Html Css Color HEX #80550E Raw Umber

📋 copy color: '#80550E'

red 128 ◦ green 85 ◦ blue 14

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

Shades of Raw Umber #80550E

Tints of Raw Umber #80550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 56.39%
G = 37.44%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80550E (or 0x80550E) is known color: Raw Umber. HEX triplet: 80, 55 and 0E. RGB value is (128,85,14). Sum of RGB (Red+Green+Blue) = 128+85+14=227 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.39% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 128 - color contains mainly: red. Hex color #80550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80550E is #7FAAF1. Grayscale: #5A5A5A. Windows color (decimal): -8366834 or 939392. OLE color: 939392.

HSL color Cylindrical-coordinate representation of color #80550E: hue angle of 37.37º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80550E is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 14 -
CMYK 0 0.34 0.89 0.50
HSL 37.37º 0.8% 0.28% -
HSV(B) 37.37º 0.89% 0.5% -
XYZ 12.23 11.12 1.92 -
YUV 89.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 128 85 14 0 0.34 0.89 0.50 37.37 0.8 0.28
Hex 80 55 E 0 22 59 32 25 50 1C
Octal 200 125 16 0 42 131 62 45 120 34
Binary 10000000 1010101 1110 0 100010 1011001 110010 100101 1010000 11100

Color Harmonies of #80550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80550E

Black with #80550E

Text Example


Text Example

White with #80550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80550E; }

 p { color: rgb(128,85,14); }

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

background-color css

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

 a { background-color: rgb(128,85,14); }

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

border-color css

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

 span { border-color: rgb(128,85,14); }

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