#704334

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

Shades of Cumin #704334

Tints of Cumin #704334

Color information

#704334 (or 0x704334) is unknown color: approx Cumin. HEX triplet: 70, 43 and 34. RGB value is (112,67,52). Sum of RGB (Red+Green+Blue) = 112+67+52=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704334 is #8FBCCB. Grayscale: #4E4E4E. Windows color (decimal): -9419980 or 3425136. OLE color: 3425136.

HSL color Cylindrical-coordinate representation of color #704334: hue angle of 15º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704334 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1126752-
CMYK00.400.540.56
HSL15º36.59%32.16%-
HSV(B)15º53.57%43.92%-
XYZ9.317.714.25-
YUV78.74112.91151.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=48.48%
G=29.00%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112675200.400.540.561536.5932.16
Hex7043340283638f2520
Octal160103640506670174540
Binary1110000100001111010001010001101101110001111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704334; }

 p { color: rgb(112,67,52); }

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

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

 a { background-color: rgb(112,67,52); }

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

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

 span { border-color: rgb(112,67,52); }

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