#714508

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

Shades of Raw Umber #714508

Tints of Raw Umber #714508

Color information

#714508 (or 0x714508) is unknown color: approx Raw Umber. HEX triplet: 71, 45 and 08. RGB value is (113,69,8). Sum of RGB (Red+Green+Blue) = 113+69+8=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #714508 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714508 is #8EBAF7. Grayscale: #4B4B4B. Windows color (decimal): -9353976 or 542065. OLE color: 542065.

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

Color convert

RGB113698-
CMYK00.390.930.56
HSL34.86º86.78%23.73%-
HSV(B)34.86º92.92%44.31%-
XYZ8.987.781.26-
YUV75.290.08154.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 8 (3.52% from 255) = 4.21%
R=59.47%
G=36.32%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11369800.390.930.5634.8686.7823.73
Hex714580275D38235718
Octal16110510047135704312730
Binary11100011000101100001001111011101111000100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714508; }

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

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

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

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

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

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

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

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