#7D542F

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

Shades of Korma #7D542F

Tints of Korma #7D542F

Color information

#7D542F (or 0x7D542F) is unknown color: approx Korma. HEX triplet: 7D, 54 and 2F. RGB value is (125,84,47). Sum of RGB (Red+Green+Blue) = 125+84+47=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D542F is #82ABD0. Grayscale: #5C5C5C. Windows color (decimal): -8563665 or 3101821. OLE color: 3101821.

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

Color convert

RGB1258447-
CMYK00.330.620.51
HSL28.46º45.35%33.73%-
HSV(B)28.46º62.4%49.02%-
XYZ12.1410.914.15-
YUV92.04102.58151.51-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.83%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=48.83%
G=32.81%
B=18.36%

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
Decimal125844700.330.620.5128.4645.3533.73
Hex7D542F0213E331c2d22
Octal175124570417663345542
Binary11111011010100101111010000111111011001111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,47); }

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

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

 a { background-color: rgb(125,84,47); }

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

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

 span { border-color: rgb(125,84,47); }

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