#734634

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

Shades of Cumin #734634

Tints of Cumin #734634

Color information

#734634 (or 0x734634) is unknown color: approx Cumin. HEX triplet: 73, 46 and 34. RGB value is (115,70,52). Sum of RGB (Red+Green+Blue) = 115+70+52=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 52 (20.70% from 255 or 21.94% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #734634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734634 is #8CB9CB. Grayscale: #515151. Windows color (decimal): -9222604 or 3425907. OLE color: 3425907.

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

Color convert

RGB1157052-
CMYK00.390.550.55
HSL17.14º37.72%32.75%-
HSV(B)17.14º54.78%45.1%-
XYZ9.888.274.32-
YUV81.4111.41151.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 52 (20.70% from 255) = 21.94%
R=48.52%
G=29.54%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115705200.390.550.5517.1437.7232.75
Hex7346340273737112621
Octal163106640476767214641
Binary11100111000110110100010011111011111011110001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734634; }

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

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

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

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

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

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

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

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