Html Css Color HEX #865236 Paarl

📋 copy color: '#865236'

red 134 ◦ green 82 ◦ blue 54

#865236
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #865236

Tints of Paarl #865236

RGB

 RED value IS 134 (52.73% from 255) = 49.63%

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 54 (21.48% from 255) = 20%

R = 49.63%
G = 30.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#865236 (or 0x865236) is known color: Paarl. HEX triplet: 86, 52 and 36. RGB value is (134,82,54). Sum of RGB (Red+Green+Blue) = 134+82+54=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865236 is #79ADC9. Grayscale: #5E5E5E. Windows color (decimal): -7974346 or 3560070. OLE color: 3560070.

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

Color convert

RGB 134 82 54 -
CMYK 0 0.39 0.60 0.47
HSL 21º 0.43% 0.37% -
HSV(B) 21º 0.6% 0.53% -
XYZ 13.51 11.37 4.97 -
YUV 94.36 105.23 156.28 -
System Red Green Blue C M Y K H S L
Decimal 134 82 54 0 0.39 0.60 0.47 21 0.43 0.37
Hex 86 52 36 0 27 3C 2F 15 2B 25
Octal 206 122 66 0 47 74 57 25 53 45
Binary 10000110 1010010 110110 0 100111 111100 101111 10101 101011 100101

Color Harmonies of #865236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865236

Black with #865236

Text Example


Text Example

White with #865236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865236; }

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

 H1.HeaderClassName
 {
   color: #865236;
 }
 .AnyTagClassName
 {
   color: #865236;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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