#865139

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

Shades of Paarl #865139

Tints of Paarl #865139

Color information

#865139 (or 0x865139) is unknown color: approx Paarl. HEX triplet: 86, 51 and 39. RGB value is (134,81,57). Sum of RGB (Red+Green+Blue) = 134+81+57=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865139 is #79AEC6. Grayscale: #5E5E5E. Windows color (decimal): -7974599 or 3756422. OLE color: 3756422.

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

Color convert

RGB1348157-
CMYK00.400.570.47
HSL18.7º40.31%37.45%-
HSV(B)18.7º57.46%52.55%-
XYZ13.5111.255.33-
YUV94.11107.06156.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 57 (22.66% from 255) = 20.96%
R=49.26%
G=29.78%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134815700.400.570.4718.740.3137.45
Hex865139028392F132825
Octal206121710507157235045
Binary100001101010001111001010100011100110111110011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865139; }

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

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

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

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

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

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

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

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