#734330

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

Shades of Cumin #734330

Tints of Cumin #734330

Color information

#734330 (or 0x734330) is unknown color: approx Cumin. HEX triplet: 73, 43 and 30. RGB value is (115,67,48). Sum of RGB (Red+Green+Blue) = 115+67+48=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #734330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734330 is #8CBCCF. Grayscale: #4F4F4F. Windows color (decimal): -9223376 or 3162995. OLE color: 3162995.

HSL color Cylindrical-coordinate representation of color #734330: hue angle of 17.01º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #734330 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1156748-
CMYK00.420.580.55
HSL17.01º41.1%31.96%-
HSV(B)17.01º58.26%45.1%-
XYZ9.617.873.81-
YUV79.19110.4153.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=50%
G=29.13%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115674800.420.580.5517.0141.131.96
Hex73433002A3A37112920
Octal163103600527267215140
Binary11100111000011110000010101011101011011110001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734330; }

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

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

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

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

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

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

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

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