Html Css Color HEX #884534 Paarl

📋 copy color: '#884534'

red 136 ◦ green 69 ◦ blue 52

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

Shades of Paarl #884534

Tints of Paarl #884534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 52.92%
G = 26.85%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#884534 (or 0x884534) is known color: Paarl. HEX triplet: 88, 45 and 34. RGB value is (136,69,52). Sum of RGB (Red+Green+Blue) = 136+69+52=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #884534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884534 is #77BACB. Grayscale: #575757. Windows color (decimal): -7846604 or 3425672. OLE color: 3425672.

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

Color convert

RGB 136 69 52 -
CMYK 0 0.49 0.62 0.47
HSL 12.14º 0.45% 0.37% -
HSV(B) 12.14º 0.62% 0.53% -
XYZ 12.9 9.74 4.45 -
YUV 87.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 136 69 52 0 0.49 0.62 0.47 12.14 0.45 0.37
Hex 88 45 34 0 31 3E 2F C 2D 25
Octal 210 105 64 0 61 76 57 14 55 45
Binary 10001000 1000101 110100 0 110001 111110 101111 1100 101101 100101

Color Harmonies of #884534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884534

Black with #884534

Text Example


Text Example

White with #884534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884534; }

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

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

background-color css

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

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

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

border-color css

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

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

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