Html Css Color HEX #804D13 Raw Umber

📋 copy color: '#804D13'

red 128 ◦ green 77 ◦ blue 19

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

Shades of Raw Umber #804D13

Tints of Raw Umber #804D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 57.14%
G = 34.38%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#804D13 (or 0x804D13) is known color: Raw Umber. HEX triplet: 80, 4D and 13. RGB value is (128,77,19). Sum of RGB (Red+Green+Blue) = 128+77+19=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #804D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D13 is #7FB2EC. Grayscale: #555555. Windows color (decimal): -8368877 or 1265024. OLE color: 1265024.

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

Color convert

RGB 128 77 19 -
CMYK 0 0.40 0.85 0.50
HSL 31.93º 0.74% 0.29% -
HSV(B) 31.93º 0.85% 0.5% -
XYZ 11.67 9.94 1.92 -
YUV 85.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 128 77 19 0 0.40 0.85 0.50 31.93 0.74 0.29
Hex 80 4D 13 0 28 55 32 20 4A 1D
Octal 200 115 23 0 50 125 62 40 112 35
Binary 10000000 1001101 10011 0 101000 1010101 110010 100000 1001010 11101

Color Harmonies of #804D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D13

Black with #804D13

Text Example


Text Example

White with #804D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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