#734430

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

Shades of Cumin #734430

Tints of Cumin #734430

Color information

#734430 (or 0x734430) is unknown color: approx Cumin. HEX triplet: 73, 44 and 30. RGB value is (115,68,48). Sum of RGB (Red+Green+Blue) = 115+68+48=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734430 is #8CBBCF. Grayscale: #4F4F4F. Windows color (decimal): -9223120 or 3163251. OLE color: 3163251.

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

Color convert

RGB1156848-
CMYK00.410.580.55
HSL17.91º41.1%31.96%-
HSV(B)17.91º58.26%45.1%-
XYZ9.677.993.83-
YUV79.77110.07153.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 48 (19.14% from 255) = 20.78%
R=49.78%
G=29.44%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115684800.410.580.5517.9141.131.96
Hex7344300293A37122920
Octal163104600517267225140
Binary11100111000100110000010100111101011011110010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734430; }

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

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

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

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

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

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

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

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