#734535

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

Shades of Cumin #734535

Tints of Cumin #734535

Color information

#734535 (or 0x734535) is unknown color: approx Cumin. HEX triplet: 73, 45 and 35. RGB value is (115,69,53). Sum of RGB (Red+Green+Blue) = 115+69+53=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734535 is #8CBACA. Grayscale: #515151. Windows color (decimal): -9222859 or 3491187. OLE color: 3491187.

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

Color convert

RGB1156953-
CMYK00.40.540.55
HSL15.48º36.9%32.94%-
HSV(B)15.48º53.91%45.1%-
XYZ9.848.164.42-
YUV80.93112.24152.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 53 (21.09% from 255) = 22.36%
R=48.52%
G=29.11%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115695300.40.540.5515.4836.932.94
Hex7345350283637f2521
Octal163105650506667174541
Binary1110011100010111010101010001101101101111111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734535; }

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

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

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

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

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

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

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

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