#865223

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

Shades of Korma #865223

Tints of Korma #865223

Color information

#865223 (or 0x865223) is unknown color: approx Korma. HEX triplet: 86, 52 and 23. RGB value is (134,82,35). Sum of RGB (Red+Green+Blue) = 134+82+35=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #865223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865223 is #79ADDC. Grayscale: #5C5C5C. Windows color (decimal): -7974365 or 2314886. OLE color: 2314886.

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

Color convert

RGB1348235-
CMYK00.390.740.47
HSL28.48º58.58%33.14%-
HSV(B)28.48º73.88%52.55%-
XYZ13.1511.223.06-
YUV92.1995.73157.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 35 (14.06% from 255) = 13.94%
R=53.39%
G=32.67%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134823500.390.740.4728.4858.5833.14
Hex8652230274A2F1c3b21
Octal2061224304711257347341
Binary1000011010100101000110100111100101010111111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865223; }

 p { color: rgb(134,82,35); }

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

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

 a { background-color: rgb(134,82,35); }

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

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

 span { border-color: rgb(134,82,35); }

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