Html Css Color HEX #884535 Paarl

📋 copy color: '#884535'

red 136 ◦ green 69 ◦ blue 53

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

Shades of Paarl #884535

Tints of Paarl #884535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 52.71%
G = 26.74%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#884535 (or 0x884535) is known color: Paarl. HEX triplet: 88, 45 and 35. RGB value is (136,69,53). Sum of RGB (Red+Green+Blue) = 136+69+53=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884535 is #77BACA. Grayscale: #575757. Windows color (decimal): -7846603 or 3491208. OLE color: 3491208.

HSL color Cylindrical-coordinate representation of color #884535: hue angle of 11.57º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884535 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 53 -
CMYK 0 0.49 0.61 0.47
HSL 11.57º 0.44% 0.37% -
HSV(B) 11.57º 0.61% 0.53% -
XYZ 12.92 9.75 4.57 -
YUV 87.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 136 69 53 0 0.49 0.61 0.47 11.57 0.44 0.37
Hex 88 45 35 0 31 3D 2F C 2C 25
Octal 210 105 65 0 61 75 57 14 54 45
Binary 10001000 1000101 110101 0 110001 111101 101111 1100 101100 100101

Color Harmonies of #884535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884535

Black with #884535

Text Example


Text Example

White with #884535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884535; }

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

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

background-color css

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

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

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

border-color css

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

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

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