#7D5304

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

Shades of Raw Umber #7D5304

Tints of Raw Umber #7D5304

Color information

#7D5304 (or 0x7D5304) is unknown color: approx Raw Umber. HEX triplet: 7D, 53 and 04. RGB value is (125,83,4). Sum of RGB (Red+Green+Blue) = 125+83+4=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5304 is #82ACFB. Grayscale: #565656. Windows color (decimal): -8563964 or 283517. OLE color: 283517.

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

Color convert

RGB125834-
CMYK00.340.970.51
HSL39.17º93.8%25.29%-
HSV(B)39.17º96.8%49.02%-
XYZ11.5710.561.54-
YUV86.5581.41155.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.96%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 4 (1.95% from 255) = 1.89%
R=58.96%
G=39.15%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12583400.340.970.5139.1793.825.29
Hex7D5340226133275e19
Octal1751234042141634713631
Binary1111101101001110001000101100001110011100111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,83,4); }

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

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

 a { background-color: rgb(125,83,4); }

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

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

 span { border-color: rgb(125,83,4); }

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