#704403

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

Shades of Raw Umber #704403

Tints of Raw Umber #704403

Color information

#704403 (or 0x704403) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 03. RGB value is (112,68,3). Sum of RGB (Red+Green+Blue) = 112+68+3=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #704403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704403 is #8FBBFC. Grayscale: #4A4A4A. Windows color (decimal): -9419773 or 214128. OLE color: 214128.

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

Color convert

RGB112683-
CMYK00.390.970.56
HSL35.78º94.78%22.55%-
HSV(B)35.78º97.32%43.92%-
XYZ8.777.591.09-
YUV73.7588.08155.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=61.20%
G=37.16%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268300.390.970.5635.7894.7822.55
Hex704430276138245f17
Octal1601043047141704413727
Binary111000010001001101001111100001111000100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704403; }

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

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

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

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

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

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

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

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