#714408

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

Shades of Raw Umber #714408

Tints of Raw Umber #714408

Color information

#714408 (or 0x714408) is unknown color: approx Raw Umber. HEX triplet: 71, 44 and 08. RGB value is (113,68,8). Sum of RGB (Red+Green+Blue) = 113+68+8=189 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.79% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 113 - color contains mainly: red. Hex color #714408 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714408 is #8EBBF7. Grayscale: #4A4A4A. Windows color (decimal): -9354232 or 541809. OLE color: 541809.

HSL color Cylindrical-coordinate representation of color #714408: hue angle of 34.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #714408 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB113688-
CMYK00.400.930.56
HSL34.29º86.78%23.73%-
HSV(B)34.29º92.92%44.31%-
XYZ8.927.661.24-
YUV74.6290.41155.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.79%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=59.79%
G=35.98%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11368800.400.930.5634.2986.7823.73
Hex714480285D38225718
Octal16110410050135704212730
Binary11100011000100100001010001011101111000100010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714408; }

 p { color: rgb(113,68,8); }

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

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

 a { background-color: rgb(113,68,8); }

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

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

 span { border-color: rgb(113,68,8); }

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