#764735

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

Shades of Cumin #764735

Tints of Cumin #764735

Color information

#764735 (or 0x764735) is unknown color: approx Cumin. HEX triplet: 76, 47 and 35. RGB value is (118,71,53). Sum of RGB (Red+Green+Blue) = 118+71+53=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764735 is #89B8CA. Grayscale: #535353. Windows color (decimal): -9025739 or 3491702. OLE color: 3491702.

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

Color convert

RGB1187153-
CMYK00.400.550.54
HSL16.62º38.01%33.53%-
HSV(B)16.62º55.08%46.27%-
XYZ10.378.624.48-
YUV83111.07152.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=48.76%
G=29.34%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118715300.400.550.5416.6238.0133.53
Hex7647350283736112622
Octal166107650506766214642
Binary11101101000111110101010100011011111011010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764735; }

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

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

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

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

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

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

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

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