#764431

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

Shades of Cumin #764431

Tints of Cumin #764431

Color information

#764431 (or 0x764431) is unknown color: approx Cumin. HEX triplet: 76, 44 and 31. RGB value is (118,68,49). Sum of RGB (Red+Green+Blue) = 118+68+49=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764431 is #89BBCE. Grayscale: #505050. Windows color (decimal): -9026511 or 3228790. OLE color: 3228790.

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

Color convert

RGB1186849-
CMYK00.420.580.54
HSL16.52º41.32%32.75%-
HSV(B)16.52º58.47%46.27%-
XYZ10.098.213.96-
YUV80.78110.06154.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=50.21%
G=28.94%
B=20.85%

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
Decimal118684900.420.580.5416.5241.3232.75
Hex76443102A3A36112921
Octal166104610527266215141
Binary11101101000100110001010101011101011011010001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764431; }

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

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

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

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

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

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

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

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