#7A4C2E

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

Shades of Korma #7A4C2E

Tints of Korma #7A4C2E

Color information

#7A4C2E (or 0x7A4C2E) is unknown color: approx Korma. HEX triplet: 7A, 4C and 2E. RGB value is (122,76,46). Sum of RGB (Red+Green+Blue) = 122+76+46=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4C2E is #85B3D1. Grayscale: #565656. Windows color (decimal): -8762322 or 3034234. OLE color: 3034234.

HSL color Cylindrical-coordinate representation of color #7A4C2E: hue angle of 23.68º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A4C2E is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB1227646-
CMYK00.380.620.52
HSL23.68º45.24%32.94%-
HSV(B)23.68º62.3%47.84%-
XYZ11.19.53.83-
YUV86.33105.24153.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 46 (18.36% from 255) = 18.85%
R=50%
G=31.15%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122764600.380.620.5223.6845.2432.94
Hex7A4C2E0263E34182d21
Octal172114560467664305541
Binary11110101001100101110010011011111011010011000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A4C2E; }

 p { color: rgb(122,76,46); }

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

<style>
 a { background-color: #7A4C2E; }

 a { background-color: rgb(122,76,46); }

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

<style>
 span { border-color: #7A4C2E; }

 span { border-color: rgb(122,76,46); }

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