#714C13

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

Shades of Raw Umber #714C13

Tints of Raw Umber #714C13

Color information

#714C13 (or 0x714C13) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 13. RGB value is (113,76,19). Sum of RGB (Red+Green+Blue) = 113+76+19=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #714C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C13 is #8EB3EC. Grayscale: #505050. Windows color (decimal): -9352173 or 1264753. OLE color: 1264753.

HSL color Cylindrical-coordinate representation of color #714C13: hue angle of 36.38º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #714C13 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1137619-
CMYK00.330.830.56
HSL36.38º71.21%25.88%-
HSV(B)36.38º83.19%44.31%-
XYZ9.518.731.8-
YUV80.5693.26151.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.33%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 19 (7.81% from 255) = 9.13%
R=54.33%
G=36.54%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113761900.330.830.5636.3871.2125.88
Hex714C13021533824471a
Octal16111423041123704410732
Binary111000110011001001101000011010011111000100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714C13; }

 p { color: rgb(113,76,19); }

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

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

 a { background-color: rgb(113,76,19); }

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

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

 span { border-color: rgb(113,76,19); }

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