Html Css Color HEX #864730 Paarl

📋 copy color: '#864730'

red 134 ◦ green 71 ◦ blue 48

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

Shades of Paarl #864730

Tints of Paarl #864730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.06%

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 52.96%
G = 28.06%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#864730 (or 0x864730) is known color: Paarl. HEX triplet: 86, 47 and 30. RGB value is (134,71,48). Sum of RGB (Red+Green+Blue) = 134+71+48=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #864730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864730 is #79B8CF. Grayscale: #575757. Windows color (decimal): -7977168 or 3164038. OLE color: 3164038.

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

Color convert

RGB 134 71 48 -
CMYK 0 0.47 0.64 0.47
HSL 16.05º 0.47% 0.36% -
HSV(B) 16.05º 0.64% 0.53% -
XYZ 12.62 9.79 4.02 -
YUV 87.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 134 71 48 0 0.47 0.64 0.47 16.05 0.47 0.36
Hex 86 47 30 0 2F 40 2F 10 2F 24
Octal 206 107 60 0 57 100 57 20 57 44
Binary 10000110 1000111 110000 0 101111 1000000 101111 10000 101111 100100

Color Harmonies of #864730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864730

Black with #864730

Text Example


Text Example

White with #864730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864730; }

 p { color: rgb(134,71,48); }

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

background-color css

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

 a { background-color: rgb(134,71,48); }

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

border-color css

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

 span { border-color: rgb(134,71,48); }

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