#854828

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

Shades of Korma #854828

Tints of Korma #854828

Color information

#854828 (or 0x854828) is unknown color: approx Korma. HEX triplet: 85, 48 and 28. RGB value is (133,72,40). Sum of RGB (Red+Green+Blue) = 133+72+40=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #854828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854828 is #7AB7D7. Grayscale: #565656. Windows color (decimal): -8042456 or 2640005. OLE color: 2640005.

HSL color Cylindrical-coordinate representation of color #854828: hue angle of 20.65º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #854828 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1337240-
CMYK00.460.700.48
HSL20.65º53.76%33.92%-
HSV(B)20.65º69.92%52.16%-
XYZ12.379.773.24-
YUV86.59101.71161.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=54.29%
G=29.39%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133724000.460.700.4820.6553.7633.92
Hex85482802E4630153622
Octal2051105005610660256642
Binary1000010110010001010000101110100011011000010101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854828; }

 p { color: rgb(133,72,40); }

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

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

 a { background-color: rgb(133,72,40); }

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

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

 span { border-color: rgb(133,72,40); }

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