#714002

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

Shades of Raw Umber #714002

Tints of Raw Umber #714002

Color information

#714002 (or 0x714002) is unknown color: approx Raw Umber. HEX triplet: 71, 40 and 02. RGB value is (113,64,2). Sum of RGB (Red+Green+Blue) = 113+64+2=179 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.13% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 113 - color contains mainly: red. Hex color #714002 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714002 is #8EBFFD. Grayscale: #474747. Windows color (decimal): -9355262 or 147569. OLE color: 147569.

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

Color convert

RGB113642-
CMYK00.430.980.56
HSL33.51º96.52%22.55%-
HSV(B)33.51º98.23%44.31%-
XYZ8.657.180.99-
YUV71.5888.73157.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 63.13%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=63.13%
G=35.75%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11364200.430.980.5633.5196.5222.55
Hex7140202B6238226117
Octal1611002053142704214127
Binary111000110000001001010111100010111000100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714002; }

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

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

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

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

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

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

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

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