#7B5434

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

Shades of Korma #7B5434

Tints of Korma #7B5434

Color information

#7B5434 (or 0x7B5434) is unknown color: approx Korma. HEX triplet: 7B, 54 and 34. RGB value is (123,84,52). Sum of RGB (Red+Green+Blue) = 123+84+52=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5434 is #84ABCB. Grayscale: #5C5C5C. Windows color (decimal): -8694732 or 3429499. OLE color: 3429499.

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

Color convert

RGB1238452-
CMYK00.320.580.52
HSL27.04º40.57%34.31%-
HSV(B)27.04º57.72%48.24%-
XYZ11.9610.84.7-
YUV92.01105.42150.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 84 (33.20% from 255) = 32.43%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=47.49%
G=32.43%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123845200.320.580.5227.0440.5734.31
Hex7B54340203A341b2922
Octal173124640407264335142
Binary11110111010100110100010000011101011010011011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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