#865434

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

Shades of Korma #865434

Tints of Korma #865434

Color information

#865434 (or 0x865434) is unknown color: approx Korma. HEX triplet: 86, 54 and 34. RGB value is (134,84,52). Sum of RGB (Red+Green+Blue) = 134+84+52=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865434 is #79ABCB. Grayscale: #5F5F5F. Windows color (decimal): -7973836 or 3429510. OLE color: 3429510.

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

Color convert

RGB1348452-
CMYK00.370.610.47
HSL23.41º44.09%36.47%-
HSV(B)23.41º61.19%52.55%-
XYZ13.6211.664.78-
YUV95.3103.56155.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.63%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=49.63%
G=31.11%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134845200.370.610.4723.4144.0936.47
Hex8654340253D2F172c24
Octal206124640457557275444
Binary100001101010100110100010010111110110111110111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865434; }

 p { color: rgb(134,84,52); }

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

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

 a { background-color: rgb(134,84,52); }

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

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

 span { border-color: rgb(134,84,52); }

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