#714000

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

Shades of Raw Umber #714000

Tints of Raw Umber #714000

Color information

#714000 (or 0x714000) is unknown color: approx Raw Umber. HEX triplet: 71, 40 and 00. RGB value is (113,64,0). Sum of RGB (Red+Green+Blue) = 113+64+0=177 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.84% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 113 - color contains mainly: red. Hex color #714000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714000 is #8EBFFF. Grayscale: #474747. Windows color (decimal): -9355264 or 16497. OLE color: 16497.

HSL color Cylindrical-coordinate representation of color #714000: hue angle of 33.98º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #714000 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB113640-
CMYK00.4310.56
HSL33.98º100%22.16%-
HSV(B)33.98º100%44.31%-
XYZ8.647.180.93-
YUV71.3587.73157.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.84%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.84%
G=36.16%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11364000.4310.5633.9810022.16
Hex7140002B6438226416
Octal1611000053144704214426
Binary11100011000000001010111100100111000100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714000; }

 p { color: rgb(113,64,0); }

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

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

 a { background-color: rgb(113,64,0); }

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

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

 span { border-color: rgb(113,64,0); }

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