Html Css Color HEX #864331 Paarl

📋 copy color: '#864331'

red 134 ◦ green 67 ◦ blue 49

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

Shades of Paarl #864331

Tints of Paarl #864331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.6%

R = 53.6%
G = 26.8%
B = 19.6%

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

#864331 (or 0x864331) is known color: Paarl. HEX triplet: 86, 43 and 31. RGB value is (134,67,49). Sum of RGB (Red+Green+Blue) = 134+67+49=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #864331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864331 is #79BCCE. Grayscale: #555555. Windows color (decimal): -7978191 or 3228550. OLE color: 3228550.

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

Color convert

RGB 134 67 49 -
CMYK 0 0.5 0.63 0.47
HSL 12.71º 0.46% 0.36% -
HSV(B) 12.71º 0.63% 0.53% -
XYZ 12.39 9.3 4.05 -
YUV 84.98 107.7 162.96 -
System Red Green Blue C M Y K H S L
Decimal 134 67 49 0 0.5 0.63 0.47 12.71 0.46 0.36
Hex 86 43 31 0 32 3F 2F D 2E 24
Octal 206 103 61 0 62 77 57 15 56 44
Binary 10000110 1000011 110001 0 110010 111111 101111 1101 101110 100100

Color Harmonies of #864331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864331

Black with #864331

Text Example


Text Example

White with #864331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864331; }

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

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

background-color css

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

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

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

border-color css

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

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

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