#7A5033

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

Shades of Korma #7A5033

Tints of Korma #7A5033

Color information

#7A5033 (or 0x7A5033) is unknown color: approx Korma. HEX triplet: 7A, 50 and 33. RGB value is (122,80,51). Sum of RGB (Red+Green+Blue) = 122+80+51=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5033 is #85AFCC. Grayscale: #595959. Windows color (decimal): -8761293 or 3362938. OLE color: 3362938.

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

Color convert

RGB1228051-
CMYK00.340.580.52
HSL24.51º41.04%33.92%-
HSV(B)24.51º58.2%47.84%-
XYZ11.4910.114.48-
YUV89.25106.41151.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 48.22%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=48.22%
G=31.62%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122805100.340.580.5224.5141.0433.92
Hex7A50330223A34192922
Octal172120630427264315142
Binary11110101010000110011010001011101011010011001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,80,51); }

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

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

 a { background-color: rgb(122,80,51); }

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

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

 span { border-color: rgb(122,80,51); }

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