#7C532F

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

Shades of Korma #7C532F

Tints of Korma #7C532F

Color information

#7C532F (or 0x7C532F) is unknown color: approx Korma. HEX triplet: 7C, 53 and 2F. RGB value is (124,83,47). Sum of RGB (Red+Green+Blue) = 124+83+47=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C532F is #83ACD0. Grayscale: #5B5B5B. Windows color (decimal): -8629457 or 3101564. OLE color: 3101564.

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

Color convert

RGB1248347-
CMYK00.330.620.51
HSL28.05º45.03%33.53%-
HSV(B)28.05º62.1%48.63%-
XYZ11.9210.684.12-
YUV91.16103.08151.43-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.82%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 47 (18.75% from 255) = 18.50%
R=48.82%
G=32.68%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124834700.330.620.5128.0545.0333.53
Hex7C532F0213E331c2d22
Octal174123570417663345542
Binary11111001010011101111010000111111011001111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,47); }

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

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

 a { background-color: rgb(124,83,47); }

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

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

 span { border-color: rgb(124,83,47); }

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