#714504

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

Shades of Raw Umber #714504

Tints of Raw Umber #714504

Color information

#714504 (or 0x714504) is unknown color: approx Raw Umber. HEX triplet: 71, 45 and 04. RGB value is (113,69,4). Sum of RGB (Red+Green+Blue) = 113+69+4=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #714504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714504 is #8EBAFB. Grayscale: #4B4B4B. Windows color (decimal): -9353980 or 279921. OLE color: 279921.

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

Color convert

RGB113694-
CMYK00.390.960.56
HSL35.78º93.16%22.94%-
HSV(B)35.78º96.46%44.31%-
XYZ8.967.781.14-
YUV74.7588.08155.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 4 (1.95% from 255) = 2.15%
R=60.75%
G=37.10%
B=2.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11369400.390.960.5635.7893.1622.94
Hex714540276038245d17
Octal1611054047140704413527
Binary1110001100010110001001111100000111000100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714504; }

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

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

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

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

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

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

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

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