#784c25

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

Shades of Korma #784C25

Tints of Korma #784C25

Color information

#784C25 (or 0x784C25) is unknown color: approx Korma. HEX triplet: 78, 4C and 25. RGB value is (120,76,37). Sum of RGB (Red+Green+Blue) = 120+76+37=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #784C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784C25 is #87B3DA. Grayscale: #545454. Windows color (decimal): -8893403 or 2444408. OLE color: 2444408.

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

Color convert

RGB1207637-
CMYK00.370.690.53
HSL28.19º52.87%30.78%-
HSV(B)28.19º69.17%47.06%-
XYZ10.669.32.98-
YUV84.71101.08153.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=51.50%
G=32.62%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120763700.370.690.5328.1952.8730.78
Hex784C2502545351c351f
Octal1701144504510565346537
Binary11110001001100100101010010110001011101011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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