#7A5231

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

Shades of Korma #7A5231

Tints of Korma #7A5231

Color information

#7A5231 (or 0x7A5231) is unknown color: approx Korma. HEX triplet: 7A, 52 and 31. RGB value is (122,82,49). Sum of RGB (Red+Green+Blue) = 122+82+49=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5231 is #85ADCE. Grayscale: #5A5A5A. Windows color (decimal): -8760783 or 3232378. OLE color: 3232378.

HSL color Cylindrical-coordinate representation of color #7A5231: hue angle of 27.12º 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 #7A5231 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1228249-
CMYK00.330.600.52
HSL27.12º42.69%33.53%-
HSV(B)27.12º59.84%47.84%-
XYZ11.610.394.3-
YUV90.2104.75150.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 49 (19.53% from 255) = 19.37%
R=48.22%
G=32.41%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122824900.330.600.5227.1242.6933.53
Hex7A52310213C341b2b22
Octal172122610417464335342
Binary11110101010010110001010000111110011010011011101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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