#724634

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

Shades of Cumin #724634

Tints of Cumin #724634

Color information

#724634 (or 0x724634) is unknown color: approx Cumin. HEX triplet: 72, 46 and 34. RGB value is (114,70,52). Sum of RGB (Red+Green+Blue) = 114+70+52=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #724634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724634 is #8DB9CB. Grayscale: #515151. Windows color (decimal): -9288140 or 3425906. OLE color: 3425906.

HSL color Cylindrical-coordinate representation of color #724634: hue angle of 17.42º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #724634 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB1147052-
CMYK00.390.540.55
HSL17.42º37.35%32.55%-
HSV(B)17.42º54.39%44.71%-
XYZ9.758.214.32-
YUV81.1111.58151.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=48.31%
G=29.66%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114705200.390.540.5517.4237.3532.55
Hex7246340273637112521
Octal162106640476667214541
Binary11100101000110110100010011111011011011110001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724634; }

 p { color: rgb(114,70,52); }

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

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

 a { background-color: rgb(114,70,52); }

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

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

 span { border-color: rgb(114,70,52); }

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