#704636

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

Shades of Cumin #704636

Tints of Cumin #704636

Color information

#704636 (or 0x704636) is unknown color: approx Cumin. HEX triplet: 70, 46 and 36. RGB value is (112,70,54). Sum of RGB (Red+Green+Blue) = 112+70+54=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704636 is #8FB9C9. Grayscale: #505050. Windows color (decimal): -9419210 or 3556976. OLE color: 3556976.

HSL color Cylindrical-coordinate representation of color #704636: hue angle of 16.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #704636 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1127054-
CMYK00.380.520.56
HSL16.55º34.94%32.55%-
HSV(B)16.55º51.79%43.92%-
XYZ9.548.094.55-
YUV80.73112.91150.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=47.46%
G=29.66%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112705400.380.520.5616.5534.9432.55
Hex7046360263438112321
Octal160106660466470214341
Binary11100001000110110110010011011010011100010001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704636; }

 p { color: rgb(112,70,54); }

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

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

 a { background-color: rgb(112,70,54); }

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

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

 span { border-color: rgb(112,70,54); }

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