#7B5433

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

Shades of Korma #7B5433

Tints of Korma #7B5433

Color information

#7B5433 (or 0x7B5433) is unknown color: approx Korma. HEX triplet: 7B, 54 and 33. RGB value is (123,84,51). Sum of RGB (Red+Green+Blue) = 123+84+51=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5433 is #84ABCC. Grayscale: #5C5C5C. Windows color (decimal): -8694733 or 3363963. OLE color: 3363963.

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

Color convert

RGB1238451-
CMYK00.320.590.52
HSL27.5º41.38%34.12%-
HSV(B)27.5º58.54%48.24%-
XYZ11.9410.794.59-
YUV91.9104.92150.18-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.67%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 51 (20.31% from 255) = 19.77%
R=47.67%
G=32.56%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123845100.320.590.5227.541.3834.12
Hex7B54330203B341c2922
Octal173124630407364345142
Binary11110111010100110011010000011101111010011100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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