#704637

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

Shades of Cumin #704637

Tints of Cumin #704637

Color information

#704637 (or 0x704637) is unknown color: approx Cumin. HEX triplet: 70, 46 and 37. RGB value is (112,70,55). Sum of RGB (Red+Green+Blue) = 112+70+55=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704637 is #8FB9C8. Grayscale: #505050. Windows color (decimal): -9419209 or 3622512. OLE color: 3622512.

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

Color convert

RGB1127055-
CMYK00.380.510.56
HSL15.79º34.13%32.75%-
HSV(B)15.79º50.89%43.92%-
XYZ9.568.14.67-
YUV80.85113.41150.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 55 (21.88% from 255) = 23.21%
R=47.26%
G=29.54%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112705500.380.510.5615.7934.1332.75
Hex7046370263338102221
Octal160106670466370204241
Binary11100001000110110111010011011001111100010000100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704637; }

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

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

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

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

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

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

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

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