#7A5333

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

Shades of Korma #7A5333

Tints of Korma #7A5333

Color information

#7A5333 (or 0x7A5333) is unknown color: approx Korma. HEX triplet: 7A, 53 and 33. RGB value is (122,83,51). Sum of RGB (Red+Green+Blue) = 122+83+51=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5333 is #85ACCC. Grayscale: #5B5B5B. Windows color (decimal): -8760525 or 3363706. OLE color: 3363706.

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

Color convert

RGB1228351-
CMYK00.320.580.52
HSL27.04º41.04%33.92%-
HSV(B)27.04º58.2%47.84%-
XYZ11.7210.564.55-
YUV91.01105.42150.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=47.66%
G=32.42%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122835100.320.580.5227.0441.0433.92
Hex7A53330203A341b2922
Octal172123630407264335142
Binary11110101010011110011010000011101011010011011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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