#734532

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

Shades of Cumin #734532

Tints of Cumin #734532

Color information

#734532 (or 0x734532) is unknown color: approx Cumin. HEX triplet: 73, 45 and 32. RGB value is (115,69,50). Sum of RGB (Red+Green+Blue) = 115+69+50=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #734532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734532 is #8CBACD. Grayscale: #505050. Windows color (decimal): -9222862 or 3294579. OLE color: 3294579.

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

Color convert

RGB1156950-
CMYK00.40.570.55
HSL17.54º39.39%32.35%-
HSV(B)17.54º56.52%45.1%-
XYZ9.778.134.07-
YUV80.59110.74152.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=49.15%
G=29.49%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115695000.40.570.5517.5439.3932.35
Hex7345320283937122720
Octal163105620507167224740
Binary11100111000101110010010100011100111011110010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734532; }

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

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

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

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

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

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

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

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