#754735

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

Shades of Cumin #754735

Tints of Cumin #754735

Color information

#754735 (or 0x754735) is unknown color: approx Cumin. HEX triplet: 75, 47 and 35. RGB value is (117,71,53). Sum of RGB (Red+Green+Blue) = 117+71+53=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #754735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754735 is #8AB8CA. Grayscale: #525252. Windows color (decimal): -9091275 or 3491701. OLE color: 3491701.

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

Color convert

RGB1177153-
CMYK00.390.550.54
HSL16.88º37.65%33.33%-
HSV(B)16.88º54.7%45.88%-
XYZ10.238.554.48-
YUV82.7111.24152.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 53 (21.09% from 255) = 21.99%
R=48.55%
G=29.46%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117715300.390.550.5416.8837.6533.33
Hex7547350273736112621
Octal165107650476766214641
Binary11101011000111110101010011111011111011010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754735; }

 p { color: rgb(117,71,53); }

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

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

 a { background-color: rgb(117,71,53); }

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

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

 span { border-color: rgb(117,71,53); }

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