Html Css Color HEX #884F33 Paarl

📋 copy color: '#884F33'

red 136 ◦ green 79 ◦ blue 51

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

Shades of Paarl #884F33

Tints of Paarl #884F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 51.13%
G = 29.7%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#884F33 (or 0x884F33) is known color: Paarl. HEX triplet: 88, 4F and 33. RGB value is (136,79,51). Sum of RGB (Red+Green+Blue) = 136+79+51=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F33 is #77B0CC. Grayscale: #5D5D5D. Windows color (decimal): -7844045 or 3362696. OLE color: 3362696.

HSL color Cylindrical-coordinate representation of color #884F33: hue angle of 19.76º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884F33 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 51 -
CMYK 0 0.42 0.62 0.47
HSL 19.76º 0.45% 0.37% -
HSV(B) 19.76º 0.63% 0.53% -
XYZ 13.55 11.07 4.55 -
YUV 92.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 136 79 51 0 0.42 0.62 0.47 19.76 0.45 0.37
Hex 88 4F 33 0 2A 3E 2F 14 2D 25
Octal 210 117 63 0 52 76 57 24 55 45
Binary 10001000 1001111 110011 0 101010 111110 101111 10100 101101 100101

Color Harmonies of #884F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F33

Black with #884F33

Text Example


Text Example

White with #884F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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