#865033

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

Shades of Paarl #865033

Tints of Paarl #865033

Color information

#865033 (or 0x865033) is unknown color: approx Paarl. HEX triplet: 86, 50 and 33. RGB value is (134,80,51). Sum of RGB (Red+Green+Blue) = 134+80+51=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #865033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865033 is #79AFCC. Grayscale: #5D5D5D. Windows color (decimal): -7974861 or 3362950. OLE color: 3362950.

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

Color convert

RGB1348051-
CMYK00.400.620.47
HSL20.96º44.86%36.27%-
HSV(B)20.96º61.94%52.55%-
XYZ13.311.044.56-
YUV92.84104.39157.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=50.57%
G=30.19%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134805100.400.620.4720.9644.8636.27
Hex8650330283E2F152d24
Octal206120630507657255544
Binary100001101010000110011010100011111010111110101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865033; }

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

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

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

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

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

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

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

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