#7B4A2B

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

Shades of Korma #7B4A2B

Tints of Korma #7B4A2B

Color information

#7B4A2B (or 0x7B4A2B) is unknown color: approx Korma. HEX triplet: 7B, 4A and 2B. RGB value is (123,74,43). Sum of RGB (Red+Green+Blue) = 123+74+43=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4A2B is #84B5D4. Grayscale: #555555. Windows color (decimal): -8697301 or 2837115. OLE color: 2837115.

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

Color convert

RGB1237443-
CMYK00.400.650.52
HSL23.25º48.19%32.55%-
HSV(B)23.25º65.04%48.24%-
XYZ11.059.283.49-
YUV85.12104.23155.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.25%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 43 (17.19% from 255) = 17.92%
R=51.25%
G=30.83%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123744300.400.650.5223.2548.1932.55
Hex7B4A2B0284134173021
Octal1731125305010164276041
Binary111101110010101010110101000100000111010010111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,74,43); }

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

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

 a { background-color: rgb(123,74,43); }

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

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

 span { border-color: rgb(123,74,43); }

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