#704332

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

Shades of Cumin #704332

Tints of Cumin #704332

Color information

#704332 (or 0x704332) is unknown color: approx Cumin. HEX triplet: 70, 43 and 32. RGB value is (112,67,50). Sum of RGB (Red+Green+Blue) = 112+67+50=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704332 is #8FBCCD. Grayscale: #4E4E4E. Windows color (decimal): -9419982 or 3294064. OLE color: 3294064.

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

Color convert

RGB1126750-
CMYK00.400.550.56
HSL16.45º38.27%31.76%-
HSV(B)16.45º55.36%43.92%-
XYZ9.267.694.01-
YUV78.52111.91151.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=48.91%
G=29.26%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112675000.400.550.5616.4538.2731.76
Hex7043320283738102620
Octal160103620506770204640
Binary11100001000011110010010100011011111100010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704332; }

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

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

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

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

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

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

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

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