#7D5419

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

Shades of Raw Umber #7D5419

Tints of Raw Umber #7D5419

Color information

#7D5419 (or 0x7D5419) is unknown color: approx Raw Umber. HEX triplet: 7D, 54 and 19. RGB value is (125,84,25). Sum of RGB (Red+Green+Blue) = 125+84+25=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5419 is #82ABE6. Grayscale: #595959. Windows color (decimal): -8563687 or 1660029. OLE color: 1660029.

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

Color convert

RGB1258425-
CMYK00.330.80.51
HSL35.4º66.67%29.41%-
HSV(B)35.4º80%49.02%-
XYZ11.810.772.38-
YUV89.5391.58153.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.42%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 25 (10.16% from 255) = 10.68%
R=53.42%
G=35.90%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.8
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125842500.330.80.5135.466.6729.41
Hex7D5419021503323431d
Octal17512431041120634310335
Binary111110110101001100101000011010000110011100011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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