Html Css Color HEX #804D07 Raw Umber

📋 copy color: '#804D07'

red 128 ◦ green 77 ◦ blue 7

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

Shades of Raw Umber #804D07

Tints of Raw Umber #804D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.3%

R = 60.38%
G = 36.32%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804D07 (or 0x804D07) is known color: Raw Umber. HEX triplet: 80, 4D and 07. RGB value is (128,77,7). Sum of RGB (Red+Green+Blue) = 128+77+7=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #804D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #804D07 is #7FB2F8. Grayscale: #545454. Windows color (decimal): -8368889 or 478592. OLE color: 478592.

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

Color convert

RGB 128 77 7 -
CMYK 0 0.40 0.95 0.50
HSL 34.71º 0.9% 0.26% -
HSV(B) 34.71º 0.95% 0.5% -
XYZ 11.59 9.91 1.5 -
YUV 84.27 84.4 159.19 -
System Red Green Blue C M Y K H S L
Decimal 128 77 7 0 0.40 0.95 0.50 34.71 0.9 0.26
Hex 80 4D 7 0 28 5F 32 23 5A 1A
Octal 200 115 7 0 50 137 62 43 132 32
Binary 10000000 1001101 111 0 101000 1011111 110010 100011 1011010 11010

Color Harmonies of #804D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804D07

Black with #804D07

Text Example


Text Example

White with #804D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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