Html Css Color HEX #864C33 Paarl

📋 copy color: '#864C33'

red 134 ◦ green 76 ◦ blue 51

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

Shades of Paarl #864C33

Tints of Paarl #864C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 51.34%
G = 29.12%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#864C33 (or 0x864C33) is known color: Paarl. HEX triplet: 86, 4C and 33. RGB value is (134,76,51). Sum of RGB (Red+Green+Blue) = 134+76+51=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #864C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C33 is #79B3CC. Grayscale: #5A5A5A. Windows color (decimal): -7975885 or 3361926. OLE color: 3361926.

HSL color Cylindrical-coordinate representation of color #864C33: hue angle of 18.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864C33 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 76 51 -
CMYK 0 0.43 0.62 0.47
HSL 18.07º 0.45% 0.36% -
HSV(B) 18.07º 0.62% 0.53% -
XYZ 13.01 10.48 4.47 -
YUV 90.49 105.72 159.03 -
System Red Green Blue C M Y K H S L
Decimal 134 76 51 0 0.43 0.62 0.47 18.07 0.45 0.36
Hex 86 4C 33 0 2B 3E 2F 12 2D 24
Octal 206 114 63 0 53 76 57 22 55 44
Binary 10000110 1001100 110011 0 101011 111110 101111 10010 101101 100100

Color Harmonies of #864C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C33

Black with #864C33

Text Example


Text Example

White with #864C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864C33; }

 p { color: rgb(134,76,51); }

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

background-color css

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

 a { background-color: rgb(134,76,51); }

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

border-color css

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

 span { border-color: rgb(134,76,51); }

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