Html Css Color HEX #865034 Paarl

📋 copy color: '#865034'

red 134 ◦ green 80 ◦ blue 52

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

Shades of Paarl #865034

Tints of Paarl #865034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

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

R = 50.38%
G = 30.08%
B = 19.55%

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

#865034 (or 0x865034) is known color: Paarl. HEX triplet: 86, 50 and 34. RGB value is (134,80,52). Sum of RGB (Red+Green+Blue) = 134+80+52=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #865034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865034 is #79AFCB. Grayscale: #5D5D5D. Windows color (decimal): -7974860 or 3428486. OLE color: 3428486.

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

Color convert

RGB 134 80 52 -
CMYK 0 0.40 0.61 0.47
HSL 20.49º 0.44% 0.36% -
HSV(B) 20.49º 0.61% 0.53% -
XYZ 13.32 11.05 4.68 -
YUV 92.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 134 80 52 0 0.40 0.61 0.47 20.49 0.44 0.36
Hex 86 50 34 0 28 3D 2F 14 2C 24
Octal 206 120 64 0 50 75 57 24 54 44
Binary 10000110 1010000 110100 0 101000 111101 101111 10100 101100 100100

Color Harmonies of #865034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865034

Black with #865034

Text Example


Text Example

White with #865034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865034; }

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

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

background-color css

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

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

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

border-color css

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

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

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