#704231

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

Shades of Cumin #704231

Tints of Cumin #704231

Color information

#704231 (or 0x704231) is unknown color: approx Cumin. HEX triplet: 70, 42 and 31. RGB value is (112,66,49). Sum of RGB (Red+Green+Blue) = 112+66+49=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704231 is #8FBDCE. Grayscale: #4D4D4D. Windows color (decimal): -9420239 or 3228272. OLE color: 3228272.

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

Color convert

RGB1126649-
CMYK00.410.560.56
HSL16.19º39.13%31.57%-
HSV(B)16.19º56.25%43.92%-
XYZ9.187.563.88-
YUV77.82111.74152.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=49.34%
G=29.07%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112664900.410.560.5616.1939.1331.57
Hex7042310293838102720
Octal160102610517070204740
Binary11100001000010110001010100111100011100010000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704231; }

 p { color: rgb(112,66,49); }

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

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

 a { background-color: rgb(112,66,49); }

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

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

 span { border-color: rgb(112,66,49); }

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