#7A5131

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

Shades of Korma #7A5131

Tints of Korma #7A5131

Color information

#7A5131 (or 0x7A5131) is unknown color: approx Korma. HEX triplet: 7A, 51 and 31. RGB value is (122,81,49). Sum of RGB (Red+Green+Blue) = 122+81+49=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5131 is #85AECE. Grayscale: #595959. Windows color (decimal): -8761039 or 3232122. OLE color: 3232122.

HSL color Cylindrical-coordinate representation of color #7A5131: hue angle of 26.3º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A5131 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1228149-
CMYK00.340.600.52
HSL26.3º42.69%33.53%-
HSV(B)26.3º59.84%47.84%-
XYZ11.5210.244.28-
YUV89.61105.08151.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.41%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=48.41%
G=32.14%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122814900.340.600.5226.342.6933.53
Hex7A51310223C341a2b22
Octal172121610427464325342
Binary11110101010001110001010001011110011010011010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,81,49); }

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

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

 a { background-color: rgb(122,81,49); }

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

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

 span { border-color: rgb(122,81,49); }

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