#784C28

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

Shades of Korma #784C28

Tints of Korma #784C28

Color information

#784C28 (or 0x784C28) is unknown color: approx Korma. HEX triplet: 78, 4C and 28. RGB value is (120,76,40). Sum of RGB (Red+Green+Blue) = 120+76+40=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #784C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C28 is #87B3D7. Grayscale: #555555. Windows color (decimal): -8893400 or 2641016. OLE color: 2641016.

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

Color convert

RGB1207640-
CMYK00.370.670.53
HSL27º50%31.37%-
HSV(B)27º66.67%47.06%-
XYZ10.719.323.24-
YUV85.05102.58152.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=50.85%
G=32.20%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120764000.370.670.53275031.37
Hex784C2802543351b321f
Octal1701145004510365336237
Binary11110001001100101000010010110000111101011101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,76,40); }

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

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

 a { background-color: rgb(120,76,40); }

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

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

 span { border-color: rgb(120,76,40); }

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