#7D5412

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

Shades of Raw Umber #7D5412

Tints of Raw Umber #7D5412

Color information

#7D5412 (or 0x7D5412) is unknown color: approx Raw Umber. HEX triplet: 7D, 54 and 12. RGB value is (125,84,18). Sum of RGB (Red+Green+Blue) = 125+84+18=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5412 is #82ABED. Grayscale: #595959. Windows color (decimal): -8563694 or 1201277. OLE color: 1201277.

HSL color Cylindrical-coordinate representation of color #7D5412: hue angle of 37.01º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D5412 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1258418-
CMYK00.330.860.51
HSL37.01º74.83%28.04%-
HSV(B)37.01º85.6%49.02%-
XYZ11.7410.742.03-
YUV88.7488.08153.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 55.07%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=55.07%
G=37.00%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125841800.330.860.5137.0174.8328.04
Hex7D54120215633254b1c
Octal17512422041126634511334
Binary111110110101001001001000011010110110011100101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,18); }

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

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

 a { background-color: rgb(125,84,18); }

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

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

 span { border-color: rgb(125,84,18); }

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