#713D07

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

Shades of Raw Umber #713D07

Tints of Raw Umber #713D07

Color information

#713D07 (or 0x713D07) is unknown color: approx Raw Umber. HEX triplet: 71, 3D and 07. RGB value is (113,61,7). Sum of RGB (Red+Green+Blue) = 113+61+7=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #713D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713D07 is #8EC2F8. Grayscale: #464646. Windows color (decimal): -9356025 or 474481. OLE color: 474481.

HSL color Cylindrical-coordinate representation of color #713D07: hue angle of 30.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #713D07 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113617-
CMYK00.460.940.56
HSL30.57º88.33%23.53%-
HSV(B)30.57º93.81%44.31%-
XYZ8.526.861.08-
YUV70.3992.23158.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 61 (24.22% from 255) = 33.70%
BLUE value IS 7 (3.12% from 255) = 3.87%
R=62.43%
G=33.70%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11361700.460.940.5630.5788.3323.53
Hex713D702E5E381f5818
Octal161757056136703713030
Binary11100011111011110101110101111011100011111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713D07; }

 p { color: rgb(113,61,7); }

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

<style>
 a { background-color: #713D07; }

 a { background-color: rgb(113,61,7); }

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

<style>
 span { border-color: #713D07; }

 span { border-color: rgb(113,61,7); }

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