#713C03

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

Shades of Raw Umber #713C03

Tints of Raw Umber #713C03

Color information

#713C03 (or 0x713C03) is unknown color: approx Raw Umber. HEX triplet: 71, 3C and 03. RGB value is (113,60,3). Sum of RGB (Red+Green+Blue) = 113+60+3=176 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.20% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 113 - color contains mainly: red. Hex color #713C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #713C03 is #8EC3FC. Grayscale: #454545. Windows color (decimal): -9356285 or 212081. OLE color: 212081.

HSL color Cylindrical-coordinate representation of color #713C03: hue angle of 31.09º 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 #713C03 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB113603-
CMYK00.470.970.56
HSL31.09º94.83%22.75%-
HSV(B)31.09º97.35%44.31%-
XYZ8.446.750.94-
YUV69.3590.56159.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.20%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=64.20%
G=34.09%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11360300.470.970.5631.0994.8322.75
Hex713C302F61381f5f17
Octal161743057141703713727
Binary1110001111100110101111110000111100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713C03; }

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

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

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

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

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

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

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

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