#7E4B28

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

Shades of Korma #7E4B28

Tints of Korma #7E4B28

Color information

#7E4B28 (or 0x7E4B28) is unknown color: approx Korma. HEX triplet: 7E, 4B and 28. RGB value is (126,75,40). Sum of RGB (Red+Green+Blue) = 126+75+40=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4B28 is #81B4D7. Grayscale: #565656. Windows color (decimal): -8500440 or 2640766. OLE color: 2640766.

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

Color convert

RGB1267540-
CMYK00.400.680.51
HSL24.42º51.81%32.55%-
HSV(B)24.42º68.25%49.41%-
XYZ11.59.623.26-
YUV86.26101.9156.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 52.28%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 40 (16.02% from 255) = 16.60%
R=52.28%
G=31.12%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126754000.400.680.5124.4251.8132.55
Hex7E4B280284433183421
Octal1761135005010463306441
Binary111111010010111010000101000100010011001111000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,75,40); }

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

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

 a { background-color: rgb(126,75,40); }

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

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

 span { border-color: rgb(126,75,40); }

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