Html Css Color HEX #804D12 Raw Umber

📋 copy color: '#804D12'

red 128 ◦ green 77 ◦ blue 18

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

Shades of Raw Umber #804D12

Tints of Raw Umber #804D12

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.53%

 BLUE value IS 18 (7.42% from 255) = 8.07%

R = 57.4%
G = 34.53%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#804D12 (or 0x804D12) is known color: Raw Umber. HEX triplet: 80, 4D and 12. RGB value is (128,77,18). Sum of RGB (Red+Green+Blue) = 128+77+18=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #804D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D12 is #7FB2ED. Grayscale: #555555. Windows color (decimal): -8368878 or 1199488. OLE color: 1199488.

HSL color Cylindrical-coordinate representation of color #804D12: hue angle of 32.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #804D12 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 77 18 -
CMYK 0 0.40 0.86 0.50
HSL 32.18º 0.75% 0.29% -
HSV(B) 32.18º 0.86% 0.5% -
XYZ 11.67 9.94 1.88 -
YUV 85.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 128 77 18 0 0.40 0.86 0.50 32.18 0.75 0.29
Hex 80 4D 12 0 28 56 32 20 4B 1D
Octal 200 115 22 0 50 126 62 40 113 35
Binary 10000000 1001101 10010 0 101000 1010110 110010 100000 1001011 11101

Color Harmonies of #804D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D12

Black with #804D12

Text Example


Text Example

White with #804D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804D12; }

 p { color: rgb(128,77,18); }

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

background-color css

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

 a { background-color: rgb(128,77,18); }

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

border-color css

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

 span { border-color: rgb(128,77,18); }

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