Html Css Color HEX #884D31 Paarl

📋 copy color: '#884D31'

red 136 ◦ green 77 ◦ blue 49

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

Shades of Paarl #884D31

Tints of Paarl #884D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

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

R = 51.91%
G = 29.39%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884D31 (or 0x884D31) is known color: Paarl. HEX triplet: 88, 4D and 31. RGB value is (136,77,49). Sum of RGB (Red+Green+Blue) = 136+77+49=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #884D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D31 is #77B2CE. Grayscale: #5B5B5B. Windows color (decimal): -7844559 or 3231112. OLE color: 3231112.

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

Color convert

RGB 136 77 49 -
CMYK 0 0.43 0.64 0.47
HSL 19.31º 0.47% 0.36% -
HSV(B) 19.31º 0.64% 0.53% -
XYZ 13.36 10.76 4.28 -
YUV 91.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 136 77 49 0 0.43 0.64 0.47 19.31 0.47 0.36
Hex 88 4D 31 0 2B 40 2F 13 2F 24
Octal 210 115 61 0 53 100 57 23 57 44
Binary 10001000 1001101 110001 0 101011 1000000 101111 10011 101111 100100

Color Harmonies of #884D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D31

Black with #884D31

Text Example


Text Example

White with #884D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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