#7E532C

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

Shades of Korma #7E532C

Tints of Korma #7E532C

Color information

#7E532C (or 0x7E532C) is unknown color: approx Korma. HEX triplet: 7E, 53 and 2C. RGB value is (126,83,44). Sum of RGB (Red+Green+Blue) = 126+83+44=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E532C is #81ACD3. Grayscale: #5B5B5B. Windows color (decimal): -8498388 or 2904958. OLE color: 2904958.

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

Color convert

RGB1268344-
CMYK00.340.650.51
HSL28.54º48.24%33.33%-
HSV(B)28.54º65.08%49.41%-
XYZ12.1510.83.83-
YUV91.41101.25152.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 49.80%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 44 (17.58% from 255) = 17.39%
R=49.80%
G=32.81%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126834400.340.650.5128.5448.2433.33
Hex7E532C02241331d3021
Octal1761235404210163356041
Binary111111010100111011000100010100000111001111101110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,83,44); }

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

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

 a { background-color: rgb(126,83,44); }

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

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

 span { border-color: rgb(126,83,44); }

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