#704C03

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

Shades of Raw Umber #704C03

Tints of Raw Umber #704C03

Color information

#704C03 (or 0x704C03) is unknown color: approx Raw Umber. HEX triplet: 70, 4C and 03. RGB value is (112,76,3). Sum of RGB (Red+Green+Blue) = 112+76+3=191 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.64% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 112 - color contains mainly: red. Hex color #704C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704C03 is #8FB3FC. Grayscale: #4E4E4E. Windows color (decimal): -9417725 or 216176. OLE color: 216176.

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

Color convert

RGB112763-
CMYK00.320.970.56
HSL40.18º94.78%22.55%-
HSV(B)40.18º97.32%43.92%-
XYZ9.288.621.26-
YUV78.4485.43151.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.64%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 3 (1.56% from 255) = 1.57%
R=58.64%
G=39.79%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11276300.320.970.5640.1894.7822.55
Hex704C30206138285f17
Octal1601143040141705013727
Binary111000010011001101000001100001111000101000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,76,3); }

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

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

 a { background-color: rgb(112,76,3); }

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

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

 span { border-color: rgb(112,76,3); }

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