Html Css Color HEX #884F3A Paarl

📋 copy color: '#884F3A'

red 136 ◦ green 79 ◦ blue 58

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

Shades of Paarl #884F3A

Tints of Paarl #884F3A

RGB

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

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

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

R = 49.82%
G = 28.94%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#884F3A (or 0x884F3A) is known color: Paarl. HEX triplet: 88, 4F and 3A. RGB value is (136,79,58). Sum of RGB (Red+Green+Blue) = 136+79+58=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #884F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F3A is #77B0C5. Grayscale: #5D5D5D. Windows color (decimal): -7844038 or 3821448. OLE color: 3821448.

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

Color convert

RGB 136 79 58 -
CMYK 0 0.42 0.57 0.47
HSL 16.15º 0.4% 0.38% -
HSV(B) 16.15º 0.57% 0.53% -
XYZ 13.71 11.13 5.43 -
YUV 93.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 136 79 58 0 0.42 0.57 0.47 16.15 0.4 0.38
Hex 88 4F 3A 0 2A 39 2F 10 28 26
Octal 210 117 72 0 52 71 57 20 50 46
Binary 10001000 1001111 111010 0 101010 111001 101111 10000 101000 100110

Color Harmonies of #884F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F3A

Black with #884F3A

Text Example


Text Example

White with #884F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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