Html Css Color HEX #884C32 Paarl

📋 copy color: '#884C32'

red 136 ◦ green 76 ◦ blue 50

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

Shades of Paarl #884C32

Tints of Paarl #884C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.08%

R = 51.91%
G = 29.01%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#884C32 (or 0x884C32) is known color: Paarl. HEX triplet: 88, 4C and 32. RGB value is (136,76,50). Sum of RGB (Red+Green+Blue) = 136+76+50=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #884C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C32 is #77B3CD. Grayscale: #5B5B5B. Windows color (decimal): -7844814 or 3296392. OLE color: 3296392.

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

Color convert

RGB 136 76 50 -
CMYK 0 0.44 0.63 0.47
HSL 18.14º 0.46% 0.36% -
HSV(B) 18.14º 0.63% 0.53% -
XYZ 13.31 10.63 4.37 -
YUV 90.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 136 76 50 0 0.44 0.63 0.47 18.14 0.46 0.36
Hex 88 4C 32 0 2C 3F 2F 12 2E 24
Octal 210 114 62 0 54 77 57 22 56 44
Binary 10001000 1001100 110010 0 101100 111111 101111 10010 101110 100100

Color Harmonies of #884C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C32

Black with #884C32

Text Example


Text Example

White with #884C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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