#865233

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

Shades of Korma #865233

Tints of Korma #865233

Color information

#865233 (or 0x865233) is unknown color: approx Korma. HEX triplet: 86, 52 and 33. RGB value is (134,82,51). Sum of RGB (Red+Green+Blue) = 134+82+51=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865233 is #79ADCC. Grayscale: #5E5E5E. Windows color (decimal): -7974349 or 3363462. OLE color: 3363462.

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

Color convert

RGB1348251-
CMYK00.390.620.47
HSL22.41º44.86%36.27%-
HSV(B)22.41º61.94%52.55%-
XYZ13.4511.344.61-
YUV94.01103.73156.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=50.19%
G=30.71%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134825100.390.620.4722.4144.8636.27
Hex8652330273E2F162d24
Octal206122630477657265544
Binary100001101010010110011010011111111010111110110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865233; }

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

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

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

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

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

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

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

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