#764432

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

Shades of Cumin #764432

Tints of Cumin #764432

Color information

#764432 (or 0x764432) is unknown color: approx Cumin. HEX triplet: 76, 44 and 32. RGB value is (118,68,50). Sum of RGB (Red+Green+Blue) = 118+68+50=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764432 is #89BBCD. Grayscale: #515151. Windows color (decimal): -9026510 or 3294326. OLE color: 3294326.

HSL color Cylindrical-coordinate representation of color #764432: hue angle of 15.88º degrees, saturation: 0.4, 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 #764432 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB1186850-
CMYK00.420.580.54
HSL15.88º40.48%32.94%-
HSV(B)15.88º57.63%46.27%-
XYZ10.118.224.07-
YUV80.9110.56154.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=50%
G=28.81%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118685000.420.580.5415.8840.4832.94
Hex76443202A3A36102821
Octal166104620527266205041
Binary11101101000100110010010101011101011011010000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764432; }

 p { color: rgb(118,68,50); }

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

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

 a { background-color: rgb(118,68,50); }

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

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

 span { border-color: rgb(118,68,50); }

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