Html Css Color HEX #884D3A Paarl

📋 copy color: '#884D3A'

red 136 ◦ green 77 ◦ blue 58

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

Shades of Paarl #884D3A

Tints of Paarl #884D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 58 (23.05% from 255) = 21.4%

R = 50.18%
G = 28.41%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#884D3A (or 0x884D3A) is known color: Paarl. HEX triplet: 88, 4D and 3A. RGB value is (136,77,58). Sum of RGB (Red+Green+Blue) = 136+77+58=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #884D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D3A is #77B2C5. Grayscale: #5C5C5C. Windows color (decimal): -7844550 or 3820936. OLE color: 3820936.

HSL color Cylindrical-coordinate representation of color #884D3A: hue angle of 14.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #884D3A is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 77 58 -
CMYK 0 0.43 0.57 0.47
HSL 14.62º 0.4% 0.38% -
HSV(B) 14.62º 0.57% 0.53% -
XYZ 13.57 10.85 5.38 -
YUV 92.48 108.55 159.04 -
System Red Green Blue C M Y K H S L
Decimal 136 77 58 0 0.43 0.57 0.47 14.62 0.4 0.38
Hex 88 4D 3A 0 2B 39 2F F 28 26
Octal 210 115 72 0 53 71 57 17 50 46
Binary 10001000 1001101 111010 0 101011 111001 101111 1111 101000 100110

Color Harmonies of #884D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D3A

Black with #884D3A

Text Example


Text Example

White with #884D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,77,58); }

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

background-color css

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

 a { background-color: rgb(136,77,58); }

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

border-color css

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

 span { border-color: rgb(136,77,58); }

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