#774632

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

Shades of Cumin #774632

Tints of Cumin #774632

Color information

#774632 (or 0x774632) is unknown color: approx Cumin. HEX triplet: 77, 46 and 32. RGB value is (119,70,50). Sum of RGB (Red+Green+Blue) = 119+70+50=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774632 is #88B9CD. Grayscale: #525252. Windows color (decimal): -8960462 or 3294839. OLE color: 3294839.

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

Color convert

RGB1197050-
CMYK00.410.580.53
HSL17.39º40.83%33.14%-
HSV(B)17.39º57.98%46.67%-
XYZ10.378.534.12-
YUV82.37109.73154.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 70 (27.73% from 255) = 29.29%
BLUE value IS 50 (19.92% from 255) = 20.92%
R=49.79%
G=29.29%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705000.410.580.5317.3940.8333.14
Hex7746320293A35112921
Octal167106620517265215141
Binary11101111000110110010010100111101011010110001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774632; }

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

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

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

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

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

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

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

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