#774633

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

Shades of Cumin #774633

Tints of Cumin #774633

Color information

#774633 (or 0x774633) is unknown color: approx Cumin. HEX triplet: 77, 46 and 33. RGB value is (119,70,51). Sum of RGB (Red+Green+Blue) = 119+70+51=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #774633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774633 is #88B9CC. Grayscale: #525252. Windows color (decimal): -8960461 or 3360375. OLE color: 3360375.

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

Color convert

RGB1197051-
CMYK00.410.570.53
HSL16.76º40%33.33%-
HSV(B)16.76º57.14%46.67%-
XYZ10.48.544.23-
YUV82.48110.23154.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=49.58%
G=29.17%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119705100.410.570.5316.764033.33
Hex7746330293935112821
Octal167106630517165215041
Binary11101111000110110011010100111100111010110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774633; }

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

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

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

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

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

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

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

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