#784B26

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

Shades of Korma #784B26

Tints of Korma #784B26

Color information

#784B26 (or 0x784B26) is unknown color: approx Korma. HEX triplet: 78, 4B and 26. RGB value is (120,75,38). Sum of RGB (Red+Green+Blue) = 120+75+38=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 75 (29.69% from 255 or 32.19% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #784B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784B26 is #87B4D9. Grayscale: #545454. Windows color (decimal): -8893658 or 2509688. OLE color: 2509688.

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

Color convert

RGB1207538-
CMYK00.370.680.53
HSL27.07º51.9%30.98%-
HSV(B)27.07º68.33%47.06%-
XYZ10.619.173.04-
YUV84.24101.91153.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 75 (29.69% from 255) = 32.19%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=51.50%
G=32.19%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120753800.370.680.5327.0751.930.98
Hex784B2602544351b341f
Octal1701134604510465336437
Binary11110001001011100110010010110001001101011101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,38); }

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

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

 a { background-color: rgb(120,75,38); }

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

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

 span { border-color: rgb(120,75,38); }

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