Html Css Color HEX #884B31 Paarl

📋 copy color: '#884B31'

red 136 ◦ green 75 ◦ blue 49

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

Shades of Paarl #884B31

Tints of Paarl #884B31

RGB

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

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

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

R = 52.31%
G = 28.85%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884B31 (or 0x884B31) is known color: Paarl. HEX triplet: 88, 4B and 31. RGB value is (136,75,49). Sum of RGB (Red+Green+Blue) = 136+75+49=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B31 is #77B4CE. Grayscale: #5A5A5A. Windows color (decimal): -7845071 or 3230600. OLE color: 3230600.

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

Color convert

RGB 136 75 49 -
CMYK 0 0.45 0.64 0.47
HSL 17.93º 0.47% 0.36% -
HSV(B) 17.93º 0.64% 0.53% -
XYZ 13.22 10.49 4.23 -
YUV 90.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 136 75 49 0 0.45 0.64 0.47 17.93 0.47 0.36
Hex 88 4B 31 0 2D 40 2F 12 2F 24
Octal 210 113 61 0 55 100 57 22 57 44
Binary 10001000 1001011 110001 0 101101 1000000 101111 10010 101111 100100

Color Harmonies of #884B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884B31

Black with #884B31

Text Example


Text Example

White with #884B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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