Html Css Color HEX #884F31 Paarl

📋 copy color: '#884F31'

red 136 ◦ green 79 ◦ blue 49

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

Shades of Paarl #884F31

Tints of Paarl #884F31

RGB

 RED value IS 136 (53.52% from 255) = 51.52%

 GREEN value IS 79 (31.25% from 255) = 29.92%

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

R = 51.52%
G = 29.92%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884F31 (or 0x884F31) is known color: Paarl. HEX triplet: 88, 4F and 31. RGB value is (136,79,49). Sum of RGB (Red+Green+Blue) = 136+79+49=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #884F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F31 is #77B0CE. Grayscale: #5C5C5C. Windows color (decimal): -7844047 or 3231624. OLE color: 3231624.

HSL color Cylindrical-coordinate representation of color #884F31: hue angle of 20.69º 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 #884F31 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 49 -
CMYK 0 0.42 0.64 0.47
HSL 20.69º 0.47% 0.36% -
HSV(B) 20.69º 0.64% 0.53% -
XYZ 13.5 11.05 4.33 -
YUV 92.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 136 79 49 0 0.42 0.64 0.47 20.69 0.47 0.36
Hex 88 4F 31 0 2A 40 2F 15 2F 24
Octal 210 117 61 0 52 100 57 25 57 44
Binary 10001000 1001111 110001 0 101010 1000000 101111 10101 101111 100100

Color Harmonies of #884F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F31

Black with #884F31

Text Example


Text Example

White with #884F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884F31; }

 p { color: rgb(136,79,49); }

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

background-color css

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

 a { background-color: rgb(136,79,49); }

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

border-color css

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

 span { border-color: rgb(136,79,49); }

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