#7B512E

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

Shades of Korma #7B512E

Tints of Korma #7B512E

Color information

#7B512E (or 0x7B512E) is unknown color: approx Korma. HEX triplet: 7B, 51 and 2E. RGB value is (123,81,46). Sum of RGB (Red+Green+Blue) = 123+81+46=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B512E is #84AED1. Grayscale: #595959. Windows color (decimal): -8695506 or 3035515. OLE color: 3035515.

HSL color Cylindrical-coordinate representation of color #7B512E: hue angle of 27.27º 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 #7B512E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1238146-
CMYK00.340.630.52
HSL27.27º45.56%33.14%-
HSV(B)27.27º62.6%48.24%-
XYZ11.610.293.96-
YUV89.57103.41151.85-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.2%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=49.2%
G=32.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123814600.340.630.5227.2745.5633.14
Hex7B512E0223F341b2e21
Octal173121560427764335641
Binary11110111010001101110010001011111111010011011101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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