#713E0B

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

Shades of Raw Umber #713E0B

Tints of Raw Umber #713E0B

Color information

#713E0B (or 0x713E0B) is unknown color: approx Raw Umber. HEX triplet: 71, 3E and 0B. RGB value is (113,62,11). Sum of RGB (Red+Green+Blue) = 113+62+11=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #713E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713E0B is #8EC1F4. Grayscale: #474747. Windows color (decimal): -9355765 or 736881. OLE color: 736881.

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

Color convert

RGB1136211-
CMYK00.450.900.56
HSL30º82.26%24.31%-
HSV(B)30º90.27%44.31%-
XYZ8.596.981.21-
YUV71.4493.9157.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 62 (24.61% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=60.75%
G=33.33%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113621100.450.900.563082.2624.31
Hex713EB02D5A381e5218
Octal1617613055132703612230
Binary111000111111010110101101101101011100011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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