#865026

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

Shades of Korma #865026

Tints of Korma #865026

Color information

#865026 (or 0x865026) is unknown color: approx Korma. HEX triplet: 86, 50 and 26. RGB value is (134,80,38). Sum of RGB (Red+Green+Blue) = 134+80+38=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #865026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865026 is #79AFD9. Grayscale: #5B5B5B. Windows color (decimal): -7974874 or 2510982. OLE color: 2510982.

HSL color Cylindrical-coordinate representation of color #865026: hue angle of 26.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #865026 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1348038-
CMYK00.400.720.47
HSL26.25º55.81%33.73%-
HSV(B)26.25º71.64%52.55%-
XYZ13.0510.953.26-
YUV91.3697.89158.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=53.17%
G=31.75%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134803800.400.720.4726.2555.8133.73
Hex865026028482F1a3822
Octal2061204605011057327042
Binary1000011010100001001100101000100100010111111010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865026; }

 p { color: rgb(134,80,38); }

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

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

 a { background-color: rgb(134,80,38); }

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

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

 span { border-color: rgb(134,80,38); }

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