#713F0B

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

Shades of Raw Umber #713F0B

Tints of Raw Umber #713F0B

Color information

#713F0B (or 0x713F0B) is unknown color: approx Raw Umber. HEX triplet: 71, 3F and 0B. RGB value is (113,63,11). Sum of RGB (Red+Green+Blue) = 113+63+11=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #713F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713F0B is #8EC0F4. Grayscale: #484848. Windows color (decimal): -9355509 or 737137. OLE color: 737137.

HSL color Cylindrical-coordinate representation of color #713F0B: hue angle of 30.59º 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 #713F0B is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB1136311-
CMYK00.440.900.56
HSL30.59º82.26%24.31%-
HSV(B)30.59º90.27%44.31%-
XYZ8.657.091.23-
YUV72.0293.56157.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=60.43%
G=33.69%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113631100.440.900.5630.5982.2624.31
Hex713FB02C5A381f5218
Octal1617713054132703712230
Binary111000111111110110101100101101011100011111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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