#854B2B

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

Shades of Korma #854B2B

Tints of Korma #854B2B

Color information

#854B2B (or 0x854B2B) is unknown color: approx Korma. HEX triplet: 85, 4B and 2B. RGB value is (133,75,43). Sum of RGB (Red+Green+Blue) = 133+75+43=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B2B is #7AB4D4. Grayscale: #585858. Windows color (decimal): -8041685 or 2837381. OLE color: 2837381.

HSL color Cylindrical-coordinate representation of color #854B2B: hue angle of 21.33º 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 #854B2B is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1337543-
CMYK00.440.680.48
HSL21.33º51.14%34.51%-
HSV(B)21.33º67.67%52.16%-
XYZ12.6210.193.59-
YUV88.69102.22159.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.99%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=52.99%
G=29.88%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133754300.440.680.4821.3351.1434.51
Hex854B2B02C4430153323
Octal2051135305410460256343
Binary1000010110010111010110101100100010011000010101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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