#854C2B

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

Shades of Korma #854C2B

Tints of Korma #854C2B

Color information

#854C2B (or 0x854C2B) is unknown color: approx Korma. HEX triplet: 85, 4C and 2B. RGB value is (133,76,43). Sum of RGB (Red+Green+Blue) = 133+76+43=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C2B is #7AB3D4. Grayscale: #595959. Windows color (decimal): -8041429 or 2837637. OLE color: 2837637.

HSL color Cylindrical-coordinate representation of color #854C2B: hue angle of 22º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #854C2B is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1337643-
CMYK00.430.680.48
HSL22º51.14%34.51%-
HSV(B)22º67.67%52.16%-
XYZ12.6910.333.61-
YUV89.28101.88159.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=52.78%
G=30.16%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133764300.430.680.482251.1434.51
Hex854C2B02B4430163323
Octal2051145305310460266343
Binary1000010110011001010110101011100010011000010110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C2B; }

 p { color: rgb(133,76,43); }

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

<style>
 a { background-color: #854C2B; }

 a { background-color: rgb(133,76,43); }

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

<style>
 span { border-color: #854C2B; }

 span { border-color: rgb(133,76,43); }

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