Html Css Color HEX #80480C Raw Umber

📋 copy color: '#80480C'

red 128 ◦ green 72 ◦ blue 12

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

Shades of Raw Umber #80480C

Tints of Raw Umber #80480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.66%

R = 60.38%
G = 33.96%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80480C (or 0x80480C) is known color: Raw Umber. HEX triplet: 80, 48 and 0C. RGB value is (128,72,12). Sum of RGB (Red+Green+Blue) = 128+72+12=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80480C is #7FB7F3. Grayscale: #525252. Windows color (decimal): -8370164 or 804992. OLE color: 804992.

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

Color convert

RGB 128 72 12 -
CMYK 0 0.44 0.91 0.50
HSL 31.03º 0.83% 0.27% -
HSV(B) 31.03º 0.91% 0.5% -
XYZ 11.29 9.25 1.54 -
YUV 81.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 128 72 12 0 0.44 0.91 0.50 31.03 0.83 0.27
Hex 80 48 C 0 2C 5B 32 1F 53 1B
Octal 200 110 14 0 54 133 62 37 123 33
Binary 10000000 1001000 1100 0 101100 1011011 110010 11111 1010011 11011

Color Harmonies of #80480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80480C

Black with #80480C

Text Example


Text Example

White with #80480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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