#855022

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

Shades of Korma #855022

Tints of Korma #855022

Color information

#855022 (or 0x855022) is unknown color: approx Korma. HEX triplet: 85, 50 and 22. RGB value is (133,80,34). Sum of RGB (Red+Green+Blue) = 133+80+34=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #855022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855022 is #7AAFDD. Grayscale: #5A5A5A. Windows color (decimal): -8040414 or 2248837. OLE color: 2248837.

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

Color convert

RGB1338034-
CMYK00.400.740.48
HSL27.88º59.28%32.75%-
HSV(B)27.88º74.44%52.16%-
XYZ12.8310.842.93-
YUV90.696.06158.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 34 (13.67% from 255) = 13.77%
R=53.85%
G=32.39%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133803400.400.740.4827.8859.2832.75
Hex8550220284A301c3b21
Octal2051204205011260347341
Binary1000010110100001000100101000100101011000011100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855022; }

 p { color: rgb(133,80,34); }

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

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

 a { background-color: rgb(133,80,34); }

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

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

 span { border-color: rgb(133,80,34); }

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