Html Css Color HEX #884434 Paarl

📋 copy color: '#884434'

red 136 ◦ green 68 ◦ blue 52

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

Shades of Paarl #884434

Tints of Paarl #884434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 53.13%
G = 26.56%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#884434 (or 0x884434) is known color: Paarl. HEX triplet: 88, 44 and 34. RGB value is (136,68,52). Sum of RGB (Red+Green+Blue) = 136+68+52=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884434 is #77BBCB. Grayscale: #565656. Windows color (decimal): -7846860 or 3425416. OLE color: 3425416.

HSL color Cylindrical-coordinate representation of color #884434: hue angle of 11.43º 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 #884434 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 52 -
CMYK 0 0.50 0.62 0.47
HSL 11.43º 0.45% 0.37% -
HSV(B) 11.43º 0.62% 0.53% -
XYZ 12.84 9.62 4.43 -
YUV 86.51 108.53 163.3 -
System Red Green Blue C M Y K H S L
Decimal 136 68 52 0 0.50 0.62 0.47 11.43 0.45 0.37
Hex 88 44 34 0 32 3E 2F B 2D 25
Octal 210 104 64 0 62 76 57 13 55 45
Binary 10001000 1000100 110100 0 110010 111110 101111 1011 101101 100101

Color Harmonies of #884434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884434

Black with #884434

Text Example


Text Example

White with #884434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884434; }

 p { color: rgb(136,68,52); }

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

background-color css

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

 a { background-color: rgb(136,68,52); }

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

border-color css

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

 span { border-color: rgb(136,68,52); }

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