#713E0A

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

Shades of Raw Umber #713E0A

Tints of Raw Umber #713E0A

Color information

#713E0A (or 0x713E0A) is unknown color: approx Raw Umber. HEX triplet: 71, 3E and 0A. RGB value is (113,62,10). Sum of RGB (Red+Green+Blue) = 113+62+10=185 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.08% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 113 - color contains mainly: red. Hex color #713E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E0A is #8EC1F5. Grayscale: #474747. Windows color (decimal): -9355766 or 671345. OLE color: 671345.

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

Color convert

RGB1136210-
CMYK00.450.910.56
HSL30.29º83.74%24.12%-
HSV(B)30.29º91.15%44.31%-
XYZ8.596.981.18-
YUV71.3293.4157.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.08%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=61.08%
G=33.51%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113621000.450.910.5630.2983.7424.12
Hex713EA02D5B381e5418
Octal1617612055133703612430
Binary111000111111010100101101101101111100011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,62,10); }

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

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

 a { background-color: rgb(113,62,10); }

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

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

 span { border-color: rgb(113,62,10); }

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