#714202

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

Shades of Raw Umber #714202

Tints of Raw Umber #714202

Color information

#714202 (or 0x714202) is unknown color: approx Raw Umber. HEX triplet: 71, 42 and 02. RGB value is (113,66,2). Sum of RGB (Red+Green+Blue) = 113+66+2=181 (23% of max value = 765). Red value is 113 (44.53% from 255 or 62.43% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 113 - color contains mainly: red. Hex color #714202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714202 is #8EBDFD. Grayscale: #494949. Windows color (decimal): -9354750 or 148081. OLE color: 148081.

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

Color convert

RGB113662-
CMYK00.420.980.56
HSL34.59º96.52%22.55%-
HSV(B)34.59º98.23%44.31%-
XYZ8.777.411.03-
YUV72.7688.07156.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.43%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=62.43%
G=36.46%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11366200.420.980.5634.5996.5222.55
Hex7142202A6238236117
Octal1611022052142704314127
Binary111000110000101001010101100010111000100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714202; }

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

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

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

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

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

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

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

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