#734130

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

Shades of Cumin #734130

Tints of Cumin #734130

Color information

#734130 (or 0x734130) is unknown color: approx Cumin. HEX triplet: 73, 41 and 30. RGB value is (115,65,48). Sum of RGB (Red+Green+Blue) = 115+65+48=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #734130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734130 is #8CBECF. Grayscale: #4E4E4E. Windows color (decimal): -9223888 or 3162483. OLE color: 3162483.

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

Color convert

RGB1156548-
CMYK00.430.580.55
HSL15.22º41.1%31.96%-
HSV(B)15.22º58.26%45.1%-
XYZ9.497.643.77-
YUV78.01111.06154.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 48 (19.14% from 255) = 21.05%
R=50.44%
G=28.51%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115654800.430.580.5515.2241.131.96
Hex73413002B3A37f2920
Octal163101600537267175140
Binary1110011100000111000001010111110101101111111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734130; }

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

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

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

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

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

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

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

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