Html Css Color HEX #80480A Raw Umber

📋 copy color: '#80480A'

red 128 ◦ green 72 ◦ blue 10

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

Shades of Raw Umber #80480A

Tints of Raw Umber #80480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 10 (4.3% from 255) = 4.76%

R = 60.95%
G = 34.29%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.50

RGB Variations

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

Color information

#80480A (or 0x80480A) is known color: Raw Umber. HEX triplet: 80, 48 and 0A. RGB value is (128,72,10). Sum of RGB (Red+Green+Blue) = 128+72+10=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80480A is #7FB7F5. Grayscale: #515151. Windows color (decimal): -8370166 or 673920. OLE color: 673920.

HSL color Cylindrical-coordinate representation of color #80480A: hue angle of 31.53º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80480A is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 72 10 -
CMYK 0 0.44 0.92 0.50
HSL 31.53º 0.86% 0.27% -
HSV(B) 31.53º 0.92% 0.5% -
XYZ 11.27 9.25 1.48 -
YUV 81.68 87.55 161.04 -
System Red Green Blue C M Y K H S L
Decimal 128 72 10 0 0.44 0.92 0.50 31.53 0.86 0.27
Hex 80 48 A 0 2C 5C 32 20 56 1B
Octal 200 110 12 0 54 134 62 40 126 33
Binary 10000000 1001000 1010 0 101100 1011100 110010 100000 1010110 11011

Color Harmonies of #80480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80480A

Black with #80480A

Text Example


Text Example

White with #80480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80480A; }

 p { color: rgb(128,72,10); }

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

background-color css

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

 a { background-color: rgb(128,72,10); }

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

border-color css

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

 span { border-color: rgb(128,72,10); }

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