#704903

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

Shades of Raw Umber #704903

Tints of Raw Umber #704903

Color information

#704903 (or 0x704903) is unknown color: approx Raw Umber. HEX triplet: 70, 49 and 03. RGB value is (112,73,3). Sum of RGB (Red+Green+Blue) = 112+73+3=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #704903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704903 is #8FB6FC. Grayscale: #4D4D4D. Windows color (decimal): -9418493 or 215408. OLE color: 215408.

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

Color convert

RGB112733-
CMYK00.350.970.56
HSL38.53º94.78%22.55%-
HSV(B)38.53º97.32%43.92%-
XYZ9.088.221.19-
YUV76.6886.42153.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=59.57%
G=38.83%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11273300.350.970.5638.5394.7822.55
Hex704930236138275f17
Octal1601113043141704713727
Binary111000010010011101000111100001111000100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704903; }

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

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

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

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

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

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

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

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