#734432

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

Shades of Cumin #734432

Tints of Cumin #734432

Color information

#734432 (or 0x734432) is unknown color: approx Cumin. HEX triplet: 73, 44 and 32. RGB value is (115,68,50). Sum of RGB (Red+Green+Blue) = 115+68+50=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #734432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734432 is #8CBBCD. Grayscale: #505050. Windows color (decimal): -9223118 or 3294323. OLE color: 3294323.

HSL color Cylindrical-coordinate representation of color #734432: hue angle of 16.62º degrees, saturation: 0.39, 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 #734432 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1156850-
CMYK00.410.570.55
HSL16.62º39.39%32.35%-
HSV(B)16.62º56.52%45.1%-
XYZ9.718.014.05-
YUV80111.07152.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=49.36%
G=29.18%
B=21.46%

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
Decimal115685000.410.570.5516.6239.3932.35
Hex7344320293937112720
Octal163104620517167214740
Binary11100111000100110010010100111100111011110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734432; }

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

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

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

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

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

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

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

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