#713707

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

Shades of Raw Umber #713707

Tints of Raw Umber #713707

Color information

#713707 (or 0x713707) is unknown color: approx Raw Umber. HEX triplet: 71, 37 and 07. RGB value is (113,55,7). Sum of RGB (Red+Green+Blue) = 113+55+7=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #713707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713707 is #8EC8F8. Grayscale: #434343. Windows color (decimal): -9357561 or 472945. OLE color: 472945.

HSL color Cylindrical-coordinate representation of color #713707: hue angle of 27.17º 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 #713707 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB113557-
CMYK00.510.940.56
HSL27.17º88.33%23.53%-
HSV(B)27.17º93.81%44.31%-
XYZ8.216.260.98-
YUV66.8794.22160.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 7 (3.12% from 255) = 4%
R=64.57%
G=31.43%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11355700.510.940.5627.1788.3323.53
Hex713770335E381b5818
Octal161677063136703313030
Binary11100011101111110110011101111011100011011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713707; }

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

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

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

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

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

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

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

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