#865238

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

Shades of Paarl #865238

Tints of Paarl #865238

Color information

#865238 (or 0x865238) is unknown color: approx Paarl. HEX triplet: 86, 52 and 38. RGB value is (134,82,56). Sum of RGB (Red+Green+Blue) = 134+82+56=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865238 is #79ADC7. Grayscale: #5E5E5E. Windows color (decimal): -7974344 or 3691142. OLE color: 3691142.

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

Color convert

RGB1348256-
CMYK00.390.580.47
HSL20º41.05%37.25%-
HSV(B)20º58.21%52.55%-
XYZ13.5611.395.22-
YUV94.58106.23156.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.26%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=49.26%
G=30.15%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134825600.390.580.472041.0537.25
Hex8652380273A2F142925
Octal206122700477257245145
Binary100001101010010111000010011111101010111110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865238; }

 p { color: rgb(134,82,56); }

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

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

 a { background-color: rgb(134,82,56); }

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

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

 span { border-color: rgb(134,82,56); }

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