#774532

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

Shades of Cumin #774532

Tints of Cumin #774532

Color information

#774532 (or 0x774532) is unknown color: approx Cumin. HEX triplet: 77, 45 and 32. RGB value is (119,69,50). Sum of RGB (Red+Green+Blue) = 119+69+50=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774532 is #88BACD. Grayscale: #515151. Windows color (decimal): -8960718 or 3294583. OLE color: 3294583.

HSL color Cylindrical-coordinate representation of color #774532: hue angle of 16.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #774532 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1196950-
CMYK00.420.580.53
HSL16.52º40.83%33.14%-
HSV(B)16.52º57.98%46.67%-
XYZ10.318.414.1-
YUV81.78110.06154.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=50%
G=28.99%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119695000.420.580.5316.5240.8333.14
Hex77453202A3A35112921
Octal167105620527265215141
Binary11101111000101110010010101011101011010110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774532; }

 p { color: rgb(119,69,50); }

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

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

 a { background-color: rgb(119,69,50); }

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

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

 span { border-color: rgb(119,69,50); }

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