#784F29

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

Shades of Korma #784F29

Tints of Korma #784F29

Color information

#784F29 (or 0x784F29) is unknown color: approx Korma. HEX triplet: 78, 4F and 29. RGB value is (120,79,41). Sum of RGB (Red+Green+Blue) = 120+79+41=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #784F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F29 is #87B0D6. Grayscale: #575757. Windows color (decimal): -8892631 or 2707320. OLE color: 2707320.

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

Color convert

RGB1207941-
CMYK00.340.660.53
HSL28.86º49.07%31.57%-
HSV(B)28.86º65.83%47.06%-
XYZ10.949.753.4-
YUV86.93102.08151.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 41 (16.41% from 255) = 17.08%
R=50%
G=32.92%
B=17.08%

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
Decimal120794100.340.660.5328.8649.0731.57
Hex784F2902242351d3120
Octal1701175104210265356140
Binary111100010011111010010100010100001011010111101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784F29; }

 p { color: rgb(120,79,41); }

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

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

 a { background-color: rgb(120,79,41); }

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

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

 span { border-color: rgb(120,79,41); }

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