#734534

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

Shades of Cumin #734534

Tints of Cumin #734534

Color information

#734534 (or 0x734534) is unknown color: approx Cumin. HEX triplet: 73, 45 and 34. RGB value is (115,69,52). Sum of RGB (Red+Green+Blue) = 115+69+52=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #734534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734534 is #8CBACB. Grayscale: #505050. Windows color (decimal): -9222860 or 3425651. OLE color: 3425651.

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

Color convert

RGB1156952-
CMYK00.40.550.55
HSL16.19º37.72%32.75%-
HSV(B)16.19º54.78%45.1%-
XYZ9.828.154.3-
YUV80.82111.74152.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 52 (20.70% from 255) = 22.03%
R=48.73%
G=29.24%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115695200.40.550.5516.1937.7232.75
Hex7345340283737102621
Octal163105640506767204641
Binary11100111000101110100010100011011111011110000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734534; }

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

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

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

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

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

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

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

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