#754031

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

Shades of Cumin #754031

Tints of Cumin #754031

Color information

#754031 (or 0x754031) is unknown color: approx Cumin. HEX triplet: 75, 40 and 31. RGB value is (117,64,49). Sum of RGB (Red+Green+Blue) = 117+64+49=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754031 is #8ABFCE. Grayscale: #4E4E4E. Windows color (decimal): -9093071 or 3227765. OLE color: 3227765.

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

Color convert

RGB1176449-
CMYK00.450.580.54
HSL13.24º40.96%32.55%-
HSV(B)13.24º58.12%45.88%-
XYZ9.727.673.87-
YUV78.14111.56155.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=50.87%
G=27.83%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117644900.450.580.5413.2440.9632.55
Hex75403102D3A36d2921
Octal165100610557266155141
Binary1110101100000011000101011011110101101101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754031; }

 p { color: rgb(117,64,49); }

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

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

 a { background-color: rgb(117,64,49); }

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

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

 span { border-color: rgb(117,64,49); }

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