Html Css Color HEX #865134 Paarl

📋 copy color: '#865134'

red 134 ◦ green 81 ◦ blue 52

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

Shades of Paarl #865134

Tints of Paarl #865134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 50.19%
G = 30.34%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#865134 (or 0x865134) is known color: Paarl. HEX triplet: 86, 51 and 34. RGB value is (134,81,52). Sum of RGB (Red+Green+Blue) = 134+81+52=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865134 is #79AECB. Grayscale: #5D5D5D. Windows color (decimal): -7974604 or 3428742. OLE color: 3428742.

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

Color convert

RGB 134 81 52 -
CMYK 0 0.40 0.61 0.47
HSL 21.22º 0.44% 0.36% -
HSV(B) 21.22º 0.61% 0.53% -
XYZ 13.39 11.2 4.7 -
YUV 93.54 104.56 156.86 -
System Red Green Blue C M Y K H S L
Decimal 134 81 52 0 0.40 0.61 0.47 21.22 0.44 0.36
Hex 86 51 34 0 28 3D 2F 15 2C 24
Octal 206 121 64 0 50 75 57 25 54 44
Binary 10000110 1010001 110100 0 101000 111101 101111 10101 101100 100100

Color Harmonies of #865134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865134

Black with #865134

Text Example


Text Example

White with #865134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865134; }

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

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

background-color css

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

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

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

border-color css

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

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

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