Html Css Color HEX #884F32 Paarl

📋 copy color: '#884F32'

red 136 ◦ green 79 ◦ blue 50

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

Shades of Paarl #884F32

Tints of Paarl #884F32

RGB

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

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

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

R = 51.32%
G = 29.81%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#884F32 (or 0x884F32) is known color: Paarl. HEX triplet: 88, 4F and 32. RGB value is (136,79,50). Sum of RGB (Red+Green+Blue) = 136+79+50=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F32 is #77B0CD. Grayscale: #5C5C5C. Windows color (decimal): -7844046 or 3297160. OLE color: 3297160.

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

Color convert

RGB 136 79 50 -
CMYK 0 0.42 0.63 0.47
HSL 20.23º 0.46% 0.36% -
HSV(B) 20.23º 0.63% 0.53% -
XYZ 13.53 11.06 4.44 -
YUV 92.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 136 79 50 0 0.42 0.63 0.47 20.23 0.46 0.36
Hex 88 4F 32 0 2A 3F 2F 14 2E 24
Octal 210 117 62 0 52 77 57 24 56 44
Binary 10001000 1001111 110010 0 101010 111111 101111 10100 101110 100100

Color Harmonies of #884F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F32

Black with #884F32

Text Example


Text Example

White with #884F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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