#865534

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

Shades of Korma #865534

Tints of Korma #865534

Color information

#865534 (or 0x865534) is unknown color: approx Korma. HEX triplet: 86, 55 and 34. RGB value is (134,85,52). Sum of RGB (Red+Green+Blue) = 134+85+52=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #865534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865534 is #79AACB. Grayscale: #606060. Windows color (decimal): -7973580 or 3429766. OLE color: 3429766.

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

Color convert

RGB1348552-
CMYK00.370.610.47
HSL24.15º44.09%36.47%-
HSV(B)24.15º61.19%52.55%-
XYZ13.711.814.81-
YUV95.89103.23155.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 85 (33.59% from 255) = 31.37%
BLUE value IS 52 (20.70% from 255) = 19.19%
R=49.45%
G=31.37%
B=19.19%

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
Decimal134855200.370.610.4724.1544.0936.47
Hex8655340253D2F182c24
Octal206125640457557305444
Binary100001101010101110100010010111110110111111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865534; }

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

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

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

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

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

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

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

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