#7D5307

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

Shades of Raw Umber #7D5307

Tints of Raw Umber #7D5307

Color information

#7D5307 (or 0x7D5307) is unknown color: approx Raw Umber. HEX triplet: 7D, 53 and 07. RGB value is (125,83,7). Sum of RGB (Red+Green+Blue) = 125+83+7=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5307 is #82ACF8. Grayscale: #575757. Windows color (decimal): -8563961 or 480125. OLE color: 480125.

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

Color convert

RGB125837-
CMYK00.340.940.51
HSL38.64º89.39%25.88%-
HSV(B)38.64º94.4%49.02%-
XYZ11.5910.561.63-
YUV86.8982.91155.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.14%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 7 (3.12% from 255) = 3.26%
R=58.14%
G=38.60%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.94
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12583700.340.940.5138.6489.3925.88
Hex7D5370225E3327591a
Octal1751237042136634713132
Binary1111101101001111101000101011110110011100111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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