#714B17

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

Shades of Raw Umber #714B17

Tints of Raw Umber #714B17

Color information

#714B17 (or 0x714B17) is unknown color: approx Raw Umber. HEX triplet: 71, 4B and 17. RGB value is (113,75,23). Sum of RGB (Red+Green+Blue) = 113+75+23=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #714B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B17 is #8EB4E8. Grayscale: #505050. Windows color (decimal): -9352425 or 1526641. OLE color: 1526641.

HSL color Cylindrical-coordinate representation of color #714B17: hue angle of 34.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #714B17 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB1137523-
CMYK00.340.800.56
HSL34.67º66.18%26.67%-
HSV(B)34.67º79.65%44.31%-
XYZ9.488.61.97-
YUV80.4395.59151.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 23 (9.38% from 255) = 10.90%
R=53.55%
G=35.55%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113752300.340.800.5634.6766.1826.67
Hex714B17022503823421b
Octal16111327042120704310233
Binary111000110010111011101000101010000111000100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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