#734331

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

Shades of Cumin #734331

Tints of Cumin #734331

Color information

#734331 (or 0x734331) is unknown color: approx Cumin. HEX triplet: 73, 43 and 31. RGB value is (115,67,49). Sum of RGB (Red+Green+Blue) = 115+67+49=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734331 is #8CBCCE. Grayscale: #4F4F4F. Windows color (decimal): -9223375 or 3228531. OLE color: 3228531.

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

Color convert

RGB1156749-
CMYK00.420.570.55
HSL16.36º40.24%32.16%-
HSV(B)16.36º57.39%45.1%-
XYZ9.637.883.92-
YUV79.3110.9153.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=49.78%
G=29.00%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115674900.420.570.5516.3640.2432.16
Hex73433102A3937102820
Octal163103610527167205040
Binary11100111000011110001010101011100111011110000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734331; }

 p { color: rgb(115,67,49); }

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

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

 a { background-color: rgb(115,67,49); }

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

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

 span { border-color: rgb(115,67,49); }

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