#784A26

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

Shades of Korma #784A26

Tints of Korma #784A26

Color information

#784A26 (or 0x784A26) is unknown color: approx Korma. HEX triplet: 78, 4A and 26. RGB value is (120,74,38). Sum of RGB (Red+Green+Blue) = 120+74+38=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #784A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784A26 is #87B5D9. Grayscale: #535353. Windows color (decimal): -8893914 or 2509432. OLE color: 2509432.

HSL color Cylindrical-coordinate representation of color #784A26: hue angle of 26.34º 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 #784A26 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB1207438-
CMYK00.380.680.53
HSL26.34º51.9%30.98%-
HSV(B)26.34º68.33%47.06%-
XYZ10.549.033.02-
YUV83.65102.24153.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 74 (29.30% from 255) = 31.90%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=51.72%
G=31.90%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120743800.380.680.5326.3451.930.98
Hex784A2602644351a341f
Octal1701124604610465326437
Binary11110001001010100110010011010001001101011101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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