#714F1A

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

Shades of Raw Umber #714F1A

Tints of Raw Umber #714F1A

Color information

#714F1A (or 0x714F1A) is unknown color: approx Raw Umber. HEX triplet: 71, 4F and 1A. RGB value is (113,79,26). Sum of RGB (Red+Green+Blue) = 113+79+26=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F1A is #8EB0E5. Grayscale: #535353. Windows color (decimal): -9351398 or 1724273. OLE color: 1724273.

HSL color Cylindrical-coordinate representation of color #714F1A: hue angle of 36.55º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #714F1A is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1137926-
CMYK00.300.770.56
HSL36.55º62.59%27.25%-
HSV(B)36.55º76.99%44.31%-
XYZ9.799.182.23-
YUV83.1295.76149.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=51.83%
G=36.24%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113792600.300.770.5636.5562.5927.25
Hex714F1A01E4D38253f1b
Octal1611173203611570457733
Binary1110001100111111010011110100110111100010010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,26); }

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

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

 a { background-color: rgb(113,79,26); }

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

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

 span { border-color: rgb(113,79,26); }

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