#714311

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

Shades of Raw Umber #714311

Tints of Raw Umber #714311

Color information

#714311 (or 0x714311) is unknown color: approx Raw Umber. HEX triplet: 71, 43 and 11. RGB value is (113,67,17). Sum of RGB (Red+Green+Blue) = 113+67+17=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714311 is #8EBCEE. Grayscale: #4B4B4B. Windows color (decimal): -9354479 or 1131377. OLE color: 1131377.

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

Color convert

RGB1136717-
CMYK00.410.850.56
HSL31.25º73.85%25.49%-
HSV(B)31.25º84.96%44.31%-
XYZ8.927.571.52-
YUV75.0595.24155.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 17 (7.03% from 255) = 8.63%
R=57.36%
G=34.01%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113671700.410.850.5631.2573.8525.49
Hex71431102955381f4a19
Octal16110321051125703711231
Binary11100011000011100010101001101010111100011111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714311; }

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

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

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

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

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

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

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

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