#865123

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

Shades of Korma #865123

Tints of Korma #865123

Color information

#865123 (or 0x865123) is unknown color: approx Korma. HEX triplet: 86, 51 and 23. RGB value is (134,81,35). Sum of RGB (Red+Green+Blue) = 134+81+35=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #865123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865123 is #79AEDC. Grayscale: #5B5B5B. Windows color (decimal): -7974621 or 2314630. OLE color: 2314630.

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

Color convert

RGB1348135-
CMYK00.400.740.47
HSL27.88º58.58%33.14%-
HSV(B)27.88º73.88%52.55%-
XYZ13.0811.073.04-
YUV91.696.06158.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 35 (14.06% from 255) = 14%
R=53.6%
G=32.4%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134813500.400.740.4727.8858.5833.14
Hex8651230284A2F1c3b21
Octal2061214305011257347341
Binary1000011010100011000110101000100101010111111100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865123; }

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

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

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

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

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

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

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

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