#7C5434

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

Shades of Korma #7C5434

Tints of Korma #7C5434

Color information

#7C5434 (or 0x7C5434) is unknown color: approx Korma. HEX triplet: 7C, 54 and 34. RGB value is (124,84,52). Sum of RGB (Red+Green+Blue) = 124+84+52=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5434 is #83ABCB. Grayscale: #5C5C5C. Windows color (decimal): -8629196 or 3429500. OLE color: 3429500.

HSL color Cylindrical-coordinate representation of color #7C5434: hue angle of 26.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C5434 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB1248452-
CMYK00.320.580.51
HSL26.67º40.91%34.51%-
HSV(B)26.67º58.06%48.63%-
XYZ12.110.874.71-
YUV92.31105.25150.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.69%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 52 (20.70% from 255) = 20%
R=47.69%
G=32.31%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124845200.320.580.5126.6740.9134.51
Hex7C54340203A331b2923
Octal174124640407263335143
Binary11111001010100110100010000011101011001111011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,52); }

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

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

 a { background-color: rgb(124,84,52); }

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

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

 span { border-color: rgb(124,84,52); }

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