#754130

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

Shades of Cumin #754130

Tints of Cumin #754130

Color information

#754130 (or 0x754130) is unknown color: approx Cumin. HEX triplet: 75, 41 and 30. RGB value is (117,65,48). Sum of RGB (Red+Green+Blue) = 117+65+48=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #754130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754130 is #8ABECF. Grayscale: #4E4E4E. Windows color (decimal): -9092816 or 3162485. OLE color: 3162485.

HSL color Cylindrical-coordinate representation of color #754130: hue angle of 14.78º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #754130 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1176548-
CMYK00.440.590.54
HSL14.78º41.82%32.35%-
HSV(B)14.78º58.97%45.88%-
XYZ9.767.783.78-
YUV78.61110.73155.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 48 (19.14% from 255) = 20.87%
R=50.87%
G=28.26%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117654800.440.590.5414.7841.8232.35
Hex75413002C3B36f2a20
Octal165101600547366175240
Binary1110101100000111000001011001110111101101111101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754130; }

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

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

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

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

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

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

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

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