#7b5333

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

Shades of Korma #7B5333

Tints of Korma #7B5333

Color information

#7B5333 (or 0x7B5333) is unknown color: approx Korma. HEX triplet: 7B, 53 and 33. RGB value is (123,83,51). Sum of RGB (Red+Green+Blue) = 123+83+51=257 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.86% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5333 is #84ACCC. Grayscale: #5B5B5B. Windows color (decimal): -8694989 or 3363707. OLE color: 3363707.

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

Color convert

RGB1238351-
CMYK00.330.590.52
HSL26.67º41.38%34.12%-
HSV(B)26.67º58.54%48.24%-
XYZ11.8610.644.56-
YUV91.31105.25150.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.86%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=47.86%
G=32.30%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123835100.330.590.5226.6741.3834.12
Hex7B53330213B341b2922
Octal173123630417364335142
Binary11110111010011110011010000111101111010011011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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