Html Css Color HEX #864332 Paarl

📋 copy color: '#864332'

red 134 ◦ green 67 ◦ blue 50

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

Shades of Paarl #864332

Tints of Paarl #864332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 53.39%
G = 26.69%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#864332 (or 0x864332) is known color: Paarl. HEX triplet: 86, 43 and 32. RGB value is (134,67,50). Sum of RGB (Red+Green+Blue) = 134+67+50=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #864332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864332 is #79BCCD. Grayscale: #555555. Windows color (decimal): -7978190 or 3294086. OLE color: 3294086.

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

Color convert

RGB 134 67 50 -
CMYK 0 0.5 0.63 0.47
HSL 12.14º 0.46% 0.36% -
HSV(B) 12.14º 0.63% 0.53% -
XYZ 12.41 9.31 4.16 -
YUV 85.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 134 67 50 0 0.5 0.63 0.47 12.14 0.46 0.36
Hex 86 43 32 0 32 3F 2F C 2E 24
Octal 206 103 62 0 62 77 57 14 56 44
Binary 10000110 1000011 110010 0 110010 111111 101111 1100 101110 100100

Color Harmonies of #864332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864332

Black with #864332

Text Example


Text Example

White with #864332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864332; }

 p { color: rgb(134,67,50); }

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

background-color css

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

 a { background-color: rgb(134,67,50); }

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

border-color css

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

 span { border-color: rgb(134,67,50); }

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