#714709

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

Shades of Raw Umber #714709

Tints of Raw Umber #714709

Color information

#714709 (or 0x714709) is unknown color: approx Raw Umber. HEX triplet: 71, 47 and 09. RGB value is (113,71,9). Sum of RGB (Red+Green+Blue) = 113+71+9=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #714709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714709 is #8EB8F6. Grayscale: #4C4C4C. Windows color (decimal): -9353463 or 608113. OLE color: 608113.

HSL color Cylindrical-coordinate representation of color #714709: hue angle of 35.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #714709 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113719-
CMYK00.370.920.56
HSL35.77º85.25%23.92%-
HSV(B)35.77º92.04%44.31%-
XYZ9.118.041.33-
YUV76.4989.91154.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 9 (3.91% from 255) = 4.66%
R=58.55%
G=36.79%
B=4.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11371900.370.920.5635.7785.2523.92
Hex714790255C38245518
Octal16110711045134704412530
Binary11100011000111100101001011011100111000100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714709; }

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

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

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

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

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

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

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

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