#7B5334

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

Shades of Korma #7B5334

Tints of Korma #7B5334

Color information

#7B5334 (or 0x7B5334) is unknown color: approx Korma. HEX triplet: 7B, 53 and 34. RGB value is (123,83,52). Sum of RGB (Red+Green+Blue) = 123+83+52=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5334 is #84ACCB. Grayscale: #5B5B5B. Windows color (decimal): -8694988 or 3429243. OLE color: 3429243.

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

Color convert

RGB1238352-
CMYK00.330.580.52
HSL26.2º40.57%34.31%-
HSV(B)26.2º57.72%48.24%-
XYZ11.8810.654.68-
YUV91.43105.75150.52-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=47.67%
G=32.17%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123835200.330.580.5226.240.5734.31
Hex7B53340213A341a2922
Octal173123640417264325142
Binary11110111010011110100010000111101011010011010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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