#865035

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

Shades of Paarl #865035

Tints of Paarl #865035

Color information

#865035 (or 0x865035) is unknown color: approx Paarl. HEX triplet: 86, 50 and 35. RGB value is (134,80,53). Sum of RGB (Red+Green+Blue) = 134+80+53=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865035 is #79AFCA. Grayscale: #5D5D5D. Windows color (decimal): -7974859 or 3494022. OLE color: 3494022.

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

Color convert

RGB1348053-
CMYK00.400.600.47
HSL20º43.32%36.67%-
HSV(B)20º60.45%52.55%-
XYZ13.3411.064.8-
YUV93.07105.39157.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 53 (21.09% from 255) = 19.85%
R=50.19%
G=29.96%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134805300.400.600.472043.3236.67
Hex8650350283C2F142b25
Octal206120650507457245345
Binary100001101010000110101010100011110010111110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865035; }

 p { color: rgb(134,80,53); }

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

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

 a { background-color: rgb(134,80,53); }

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

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

 span { border-color: rgb(134,80,53); }

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