#705704

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

Shades of Raw Umber #705704

Tints of Raw Umber #705704

Color information

#705704 (or 0x705704) is unknown color: approx Raw Umber. HEX triplet: 70, 57 and 04. RGB value is (112,87,4). Sum of RGB (Red+Green+Blue) = 112+87+4=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 87 (34.38% from 255 or 42.86% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #705704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705704 is #8FA8FB. Grayscale: #555555. Windows color (decimal): -9414908 or 284528. OLE color: 284528.

HSL color Cylindrical-coordinate representation of color #705704: hue angle of 46.11º degrees, saturation: 0.93, 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 #705704 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB112874-
CMYK00.220.960.56
HSL46.11º93.1%22.75%-
HSV(B)46.11º96.43%43.92%-
XYZ10.1110.271.56-
YUV85.0182.28147.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 87 (34.38% from 255) = 42.86%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=55.17%
G=42.86%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11287400.220.960.5646.1193.122.75
Hex7057401660382e5d17
Octal1601274026140705613527
Binary111000010101111000101101100000111000101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705704; }

 p { color: rgb(112,87,4); }

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

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

 a { background-color: rgb(112,87,4); }

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

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

 span { border-color: rgb(112,87,4); }

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