#704405

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

Shades of Raw Umber #704405

Tints of Raw Umber #704405

Color information

#704405 (or 0x704405) is unknown color: approx Raw Umber. HEX triplet: 70, 44 and 05. RGB value is (112,68,5). Sum of RGB (Red+Green+Blue) = 112+68+5=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704405 is #8FBBFA. Grayscale: #4A4A4A. Windows color (decimal): -9419771 or 345200. OLE color: 345200.

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

Color convert

RGB112685-
CMYK00.390.960.56
HSL35.33º91.45%22.94%-
HSV(B)35.33º95.54%43.92%-
XYZ8.787.591.15-
YUV73.9789.08155.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=60.54%
G=36.76%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11268500.390.960.5635.3391.4522.94
Hex704450276038235b17
Octal1601045047140704313327
Binary1110000100010010101001111100000111000100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704405; }

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

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

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

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

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

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

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

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