#865126

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

Shades of Korma #865126

Tints of Korma #865126

Color information

#865126 (or 0x865126) is unknown color: approx Korma. HEX triplet: 86, 51 and 26. RGB value is (134,81,38). Sum of RGB (Red+Green+Blue) = 134+81+38=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865126 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865126 is #79AED9. Grayscale: #5C5C5C. Windows color (decimal): -7974618 or 2511238. OLE color: 2511238.

HSL color Cylindrical-coordinate representation of color #865126: hue angle of 26.88º 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 #865126 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1348138-
CMYK00.400.720.47
HSL26.88º55.81%33.73%-
HSV(B)26.88º71.64%52.55%-
XYZ13.1211.093.28-
YUV91.9497.56158-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.96%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=52.96%
G=32.02%
B=15.02%

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
Decimal134813800.400.720.4726.8855.8133.73
Hex865126028482F1b3822
Octal2061214605011057337042
Binary1000011010100011001100101000100100010111111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865126; }

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

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

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

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

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

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

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

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