#774E28

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

Shades of Korma #774E28

Tints of Korma #774E28

Color information

#774E28 (or 0x774E28) is unknown color: approx Korma. HEX triplet: 77, 4E and 28. RGB value is (119,78,40). Sum of RGB (Red+Green+Blue) = 119+78+40=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774E28 is #88B1D7. Grayscale: #565656. Windows color (decimal): -8958424 or 2641527. OLE color: 2641527.

HSL color Cylindrical-coordinate representation of color #774E28: hue angle of 28.86º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #774E28 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1197840-
CMYK00.340.660.53
HSL28.86º49.69%31.18%-
HSV(B)28.86º66.39%46.67%-
XYZ10.729.523.28-
YUV85.93102.08151.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=50.21%
G=32.91%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119784000.340.660.5328.8649.6931.18
Hex774E2802242351d321f
Octal1671165004210265356237
Binary11101111001110101000010001010000101101011110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774E28; }

 p { color: rgb(119,78,40); }

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

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

 a { background-color: rgb(119,78,40); }

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

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

 span { border-color: rgb(119,78,40); }

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