Html Css Color HEX #864B37 Paarl

📋 copy color: '#864B37'

red 134 ◦ green 75 ◦ blue 55

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

Shades of Paarl #864B37

Tints of Paarl #864B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 50.76%
G = 28.41%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#864B37 (or 0x864B37) is known color: Paarl. HEX triplet: 86, 4B and 37. RGB value is (134,75,55). Sum of RGB (Red+Green+Blue) = 134+75+55=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B37 is #79B4C8. Grayscale: #5A5A5A. Windows color (decimal): -7976137 or 3623814. OLE color: 3623814.

HSL color Cylindrical-coordinate representation of color #864B37: hue angle of 15.19º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864B37 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 75 55 -
CMYK 0 0.44 0.59 0.47
HSL 15.19º 0.42% 0.37% -
HSV(B) 15.19º 0.59% 0.53% -
XYZ 13.04 10.38 4.93 -
YUV 90.36 108.05 159.13 -
System Red Green Blue C M Y K H S L
Decimal 134 75 55 0 0.44 0.59 0.47 15.19 0.42 0.37
Hex 86 4B 37 0 2C 3B 2F F 2A 25
Octal 206 113 67 0 54 73 57 17 52 45
Binary 10000110 1001011 110111 0 101100 111011 101111 1111 101010 100101

Color Harmonies of #864B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B37

Black with #864B37

Text Example


Text Example

White with #864B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,55); }

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

background-color css

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

 a { background-color: rgb(134,75,55); }

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

border-color css

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

 span { border-color: rgb(134,75,55); }

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