#7C522D

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

Shades of Korma #7C522D

Tints of Korma #7C522D

Color information

#7C522D (or 0x7C522D) is unknown color: approx Korma. HEX triplet: 7C, 52 and 2D. RGB value is (124,82,45). Sum of RGB (Red+Green+Blue) = 124+82+45=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C522D is #83ADD2. Grayscale: #5A5A5A. Windows color (decimal): -8629715 or 2970236. OLE color: 2970236.

HSL color Cylindrical-coordinate representation of color #7C522D: hue angle of 28.1º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C522D is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB1248245-
CMYK00.340.640.51
HSL28.1º46.75%33.14%-
HSV(B)28.1º63.71%48.63%-
XYZ11.810.513.89-
YUV90.34102.41152.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 49.40%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 45 (17.97% from 255) = 17.93%
R=49.40%
G=32.67%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124824500.340.640.5128.146.7533.14
Hex7C522D02240331c2f21
Octal1741225504210063345741
Binary111110010100101011010100010100000011001111100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,45); }

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

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

 a { background-color: rgb(124,82,45); }

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

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

 span { border-color: rgb(124,82,45); }

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