#714B0A

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

Shades of Raw Umber #714B0A

Tints of Raw Umber #714B0A

Color information

#714B0A (or 0x714B0A) is unknown color: approx Raw Umber. HEX triplet: 71, 4B and 0A. RGB value is (113,75,10). Sum of RGB (Red+Green+Blue) = 113+75+10=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B0A is #8EB4F5. Grayscale: #4F4F4F. Windows color (decimal): -9352438 or 674673. OLE color: 674673.

HSL color Cylindrical-coordinate representation of color #714B0A: hue angle of 37.86º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #714B0A is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1137510-
CMYK00.340.910.56
HSL37.86º83.74%24.12%-
HSV(B)37.86º91.15%44.31%-
XYZ9.388.561.45-
YUV78.9589.09152.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 75 (29.69% from 255) = 37.88%
BLUE value IS 10 (4.30% from 255) = 5.05%
R=57.07%
G=37.88%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113751000.340.910.5637.8683.7424.12
Hex714BA0225B38265418
Octal16111312042133704612430
Binary11100011001011101001000101011011111000100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,10); }

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

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

 a { background-color: rgb(113,75,10); }

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

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

 span { border-color: rgb(113,75,10); }

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