Html Css Color HEX #884C31 Paarl

📋 copy color: '#884C31'

red 136 ◦ green 76 ◦ blue 49

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

Shades of Paarl #884C31

Tints of Paarl #884C31

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.12%

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

R = 52.11%
G = 29.12%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884C31 (or 0x884C31) is known color: Paarl. HEX triplet: 88, 4C and 31. RGB value is (136,76,49). Sum of RGB (Red+Green+Blue) = 136+76+49=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #884C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C31 is #77B3CE. Grayscale: #5B5B5B. Windows color (decimal): -7844815 or 3230856. OLE color: 3230856.

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

Color convert

RGB 136 76 49 -
CMYK 0 0.44 0.64 0.47
HSL 18.62º 0.47% 0.36% -
HSV(B) 18.62º 0.64% 0.53% -
XYZ 13.29 10.62 4.26 -
YUV 90.86 104.38 160.2 -
System Red Green Blue C M Y K H S L
Decimal 136 76 49 0 0.44 0.64 0.47 18.62 0.47 0.36
Hex 88 4C 31 0 2C 40 2F 13 2F 24
Octal 210 114 61 0 54 100 57 23 57 44
Binary 10001000 1001100 110001 0 101100 1000000 101111 10011 101111 100100

Color Harmonies of #884C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C31

Black with #884C31

Text Example


Text Example

White with #884C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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