#7B5431

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

Shades of Korma #7B5431

Tints of Korma #7B5431

Color information

#7B5431 (or 0x7B5431) is unknown color: approx Korma. HEX triplet: 7B, 54 and 31. RGB value is (123,84,49). Sum of RGB (Red+Green+Blue) = 123+84+49=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5431 is #84ABCE. Grayscale: #5B5B5B. Windows color (decimal): -8694735 or 3232891. OLE color: 3232891.

HSL color Cylindrical-coordinate representation of color #7B5431: hue angle of 28.38º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B5431 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1238449-
CMYK00.320.600.52
HSL28.38º43.02%33.73%-
HSV(B)28.38º60.16%48.24%-
XYZ11.8910.774.36-
YUV91.67103.92150.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 48.05%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 49 (19.53% from 255) = 19.14%
R=48.05%
G=32.81%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123844900.320.600.5228.3843.0233.73
Hex7B54310203C341c2b22
Octal173124610407464345342
Binary11110111010100110001010000011110011010011100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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