Html Css Color HEX #865137 Paarl

📋 copy color: '#865137'

red 134 ◦ green 81 ◦ blue 55

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

Shades of Paarl #865137

Tints of Paarl #865137

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 49.63%
G = 30%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#865137 (or 0x865137) is known color: Paarl. HEX triplet: 86, 51 and 37. RGB value is (134,81,55). Sum of RGB (Red+Green+Blue) = 134+81+55=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #865137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865137 is #79AEC8. Grayscale: #5E5E5E. Windows color (decimal): -7974601 or 3625350. OLE color: 3625350.

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

Color convert

RGB 134 81 55 -
CMYK 0 0.40 0.59 0.47
HSL 19.75º 0.42% 0.37% -
HSV(B) 19.75º 0.59% 0.53% -
XYZ 13.46 11.23 5.07 -
YUV 93.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 134 81 55 0 0.40 0.59 0.47 19.75 0.42 0.37
Hex 86 51 37 0 28 3B 2F 14 2A 25
Octal 206 121 67 0 50 73 57 24 52 45
Binary 10000110 1010001 110111 0 101000 111011 101111 10100 101010 100101

Color Harmonies of #865137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865137

Black with #865137

Text Example


Text Example

White with #865137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865137; }

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

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

background-color css

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

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

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

border-color css

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

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

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