Html Css Color HEX #884838 Paarl

📋 copy color: '#884838'

red 136 ◦ green 72 ◦ blue 56

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

Shades of Paarl #884838

Tints of Paarl #884838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

 BLUE value IS 56 (22.27% from 255) = 21.21%

R = 51.52%
G = 27.27%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#884838 (or 0x884838) is known color: Paarl. HEX triplet: 88, 48 and 38. RGB value is (136,72,56). Sum of RGB (Red+Green+Blue) = 136+72+56=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #884838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884838 is #77B7C7. Grayscale: #595959. Windows color (decimal): -7845832 or 3688584. OLE color: 3688584.

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

Color convert

RGB 136 72 56 -
CMYK 0 0.47 0.59 0.47
HSL 12º 0.42% 0.38% -
HSV(B) 12º 0.59% 0.53% -
XYZ 13.18 10.15 5.01 -
YUV 89.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 136 72 56 0 0.47 0.59 0.47 12 0.42 0.38
Hex 88 48 38 0 2F 3B 2F C 2A 26
Octal 210 110 70 0 57 73 57 14 52 46
Binary 10001000 1001000 111000 0 101111 111011 101111 1100 101010 100110

Color Harmonies of #884838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884838

Black with #884838

Text Example


Text Example

White with #884838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884838; }

 p { color: rgb(136,72,56); }

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

background-color css

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

 a { background-color: rgb(136,72,56); }

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

border-color css

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

 span { border-color: rgb(136,72,56); }

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