#714713

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

Shades of Raw Umber #714713

Tints of Raw Umber #714713

Color information

#714713 (or 0x714713) is unknown color: approx Raw Umber. HEX triplet: 71, 47 and 13. RGB value is (113,71,19). Sum of RGB (Red+Green+Blue) = 113+71+19=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #714713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714713 is #8EB8EC. Grayscale: #4D4D4D. Windows color (decimal): -9353453 or 1263473. OLE color: 1263473.

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

Color convert

RGB1137119-
CMYK00.370.830.56
HSL33.19º71.21%25.88%-
HSV(B)33.19º83.19%44.31%-
XYZ9.188.061.69-
YUV77.6394.91153.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=55.67%
G=34.98%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113711900.370.830.5633.1971.2125.88
Hex714713025533821471a
Octal16110723045123704110732
Binary111000110001111001101001011010011111000100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714713; }

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

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

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

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

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

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

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

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