#7D4801

Color #7D4801 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #7D4801

Tints of Raw Umber #7D4801

Color information

#7D4801 (or 0x7D4801) is unknown color: approx Raw Umber. HEX triplet: 7D, 48 and 01. RGB value is (125,72,1). Sum of RGB (Red+Green+Blue) = 125+72+1=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4801 is #82B7FE. Grayscale: #505050. Windows color (decimal): -8566783 or 84093. OLE color: 84093.

HSL color Cylindrical-coordinate representation of color #7D4801: hue angle of 34.35º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D4801 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB125721-
CMYK00.420.990.51
HSL34.35º98.41%24.71%-
HSV(B)34.35º99.2%49.02%-
XYZ10.7891.2-
YUV79.7583.56160.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.13%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=63.13%
G=36.36%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12572100.420.990.5134.3598.4124.71
Hex7D48102A6333226219
Octal1751101052143634214231
Binary11111011001000101010101100011110011100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D4801; }

 p { color: rgb(125,72,1); }

 H1.HeaderClassName
 {
   color: #7D4801;
 }
 .AnyTagClassName
 {
   color: #7D4801;
 }
</style>
background-color css

<style>
 a { background-color: #7D4801; }

 a { background-color: rgb(125,72,1); }

 div.DivClassName
 {
   background-color: #7D4801;
 }
 .BgClassName
 {
   background-color: #7D4801;
 }
</style>
border-color css

<style>
 span { border-color: #7D4801; }

 span { border-color: rgb(125,72,1); }

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