#7D5318

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

Shades of Raw Umber #7D5318

Tints of Raw Umber #7D5318

Color information

#7D5318 (or 0x7D5318) is unknown color: approx Raw Umber. HEX triplet: 7D, 53 and 18. RGB value is (125,83,24). Sum of RGB (Red+Green+Blue) = 125+83+24=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5318 is #82ACE7. Grayscale: #595959. Windows color (decimal): -8563944 or 1594237. OLE color: 1594237.

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

Color convert

RGB1258324-
CMYK00.340.810.51
HSL35.05º67.79%29.22%-
HSV(B)35.05º80.8%49.02%-
XYZ11.7210.612.3-
YUV88.8391.41153.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 53.88%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 24 (9.77% from 255) = 10.34%
R=53.88%
G=35.78%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125832400.340.810.5135.0567.7929.22
Hex7D5318022513323441d
Octal17512330042121634310435
Binary111110110100111100001000101010001110011100011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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