#734431

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

Shades of Cumin #734431

Tints of Cumin #734431

Color information

#734431 (or 0x734431) is unknown color: approx Cumin. HEX triplet: 73, 44 and 31. RGB value is (115,68,49). Sum of RGB (Red+Green+Blue) = 115+68+49=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #734431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734431 is #8CBBCE. Grayscale: #505050. Windows color (decimal): -9223119 or 3228787. OLE color: 3228787.

HSL color Cylindrical-coordinate representation of color #734431: hue angle of 17.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #734431 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1156849-
CMYK00.410.570.55
HSL17.27º40.24%32.16%-
HSV(B)17.27º57.39%45.1%-
XYZ9.6983.94-
YUV79.89110.57153.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 49 (19.53% from 255) = 21.12%
R=49.57%
G=29.31%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115684900.410.570.5517.2740.2432.16
Hex7344310293937112820
Octal163104610517167215040
Binary11100111000100110001010100111100111011110001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734431; }

 p { color: rgb(115,68,49); }

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

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

 a { background-color: rgb(115,68,49); }

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

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

 span { border-color: rgb(115,68,49); }

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