#7B4C2D

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

Shades of Korma #7B4C2D

Tints of Korma #7B4C2D

Color information

#7B4C2D (or 0x7B4C2D) is unknown color: approx Korma. HEX triplet: 7B, 4C and 2D. RGB value is (123,76,45). Sum of RGB (Red+Green+Blue) = 123+76+45=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4C2D is #84B3D2. Grayscale: #565656. Windows color (decimal): -8696787 or 2968699. OLE color: 2968699.

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

Color convert

RGB1237645-
CMYK00.380.630.52
HSL23.85º46.43%32.94%-
HSV(B)23.85º63.41%48.24%-
XYZ11.239.573.74-
YUV86.52104.57154.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=50.41%
G=31.15%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123764500.380.630.5223.8546.4332.94
Hex7B4C2D0263F34182e21
Octal173114550467764305641
Binary11110111001100101101010011011111111010011000101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,76,45); }

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

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

 a { background-color: rgb(123,76,45); }

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

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

 span { border-color: rgb(123,76,45); }

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