#714111

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

Shades of Raw Umber #714111

Tints of Raw Umber #714111

Color information

#714111 (or 0x714111) is unknown color: approx Raw Umber. HEX triplet: 71, 41 and 11. RGB value is (113,65,17). Sum of RGB (Red+Green+Blue) = 113+65+17=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #714111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714111 is #8EBEEE. Grayscale: #4A4A4A. Windows color (decimal): -9354991 or 1130865. OLE color: 1130865.

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

Color convert

RGB1136517-
CMYK00.420.850.56
HSL30º73.85%25.49%-
HSV(B)30º84.96%44.31%-
XYZ8.87.331.48-
YUV73.8895.9155.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=57.95%
G=33.33%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113651700.420.850.563073.8525.49
Hex71411102A55381e4a19
Octal16110121052125703611231
Binary11100011000001100010101010101010111100011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714111; }

 p { color: rgb(113,65,17); }

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

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

 a { background-color: rgb(113,65,17); }

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

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

 span { border-color: rgb(113,65,17); }

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