#7B542E

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

Shades of Korma #7B542E

Tints of Korma #7B542E

Color information

#7B542E (or 0x7B542E) is unknown color: approx Korma. HEX triplet: 7B, 54 and 2E. RGB value is (123,84,46). Sum of RGB (Red+Green+Blue) = 123+84+46=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B542E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B542E is #84ABD1. Grayscale: #5B5B5B. Windows color (decimal): -8694738 or 3036283. OLE color: 3036283.

HSL color Cylindrical-coordinate representation of color #7B542E: hue angle of 29.61º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B542E is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1238446-
CMYK00.320.630.52
HSL29.61º45.56%33.14%-
HSV(B)29.61º62.6%48.24%-
XYZ11.8310.754.04-
YUV91.33102.42150.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.62%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=48.62%
G=33.20%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123844600.320.630.5229.6145.5633.14
Hex7B542E0203F341e2e21
Octal173124560407764365641
Binary11110111010100101110010000011111111010011110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,84,46); }

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

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

 a { background-color: rgb(123,84,46); }

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

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

 span { border-color: rgb(123,84,46); }

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