#714203

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

Shades of Raw Umber #714203

Tints of Raw Umber #714203

Color information

#714203 (or 0x714203) is unknown color: approx Raw Umber. HEX triplet: 71, 42 and 03. RGB value is (113,66,3). Sum of RGB (Red+Green+Blue) = 113+66+3=182 (24% of max value = 765). Red value is 113 (44.53% from 255 or 62.09% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 113 - color contains mainly: red. Hex color #714203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714203 is #8EBDFC. Grayscale: #494949. Windows color (decimal): -9354749 or 213617. OLE color: 213617.

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

Color convert

RGB113663-
CMYK00.420.970.56
HSL34.36º94.83%22.75%-
HSV(B)34.36º97.35%44.31%-
XYZ8.777.411.05-
YUV72.8788.57156.62-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 62.09%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 3 (1.56% from 255) = 1.65%
R=62.09%
G=36.26%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11366300.420.970.5634.3694.8322.75
Hex7142302A6138225f17
Octal1611023052141704213727
Binary111000110000101101010101100001111000100010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714203; }

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

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

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

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

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

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

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

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