Html Css Color HEX #884531 Paarl

📋 copy color: '#884531'

red 136 ◦ green 69 ◦ blue 49

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

Shades of Paarl #884531

Tints of Paarl #884531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 53.54%
G = 27.17%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#884531 (or 0x884531) is known color: Paarl. HEX triplet: 88, 45 and 31. RGB value is (136,69,49). Sum of RGB (Red+Green+Blue) = 136+69+49=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884531 is #77BACE. Grayscale: #565656. Windows color (decimal): -7846607 or 3229064. OLE color: 3229064.

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

Color convert

RGB 136 69 49 -
CMYK 0 0.49 0.64 0.47
HSL 13.79º 0.47% 0.36% -
HSV(B) 13.79º 0.64% 0.53% -
XYZ 12.84 9.71 4.1 -
YUV 86.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 136 69 49 0 0.49 0.64 0.47 13.79 0.47 0.36
Hex 88 45 31 0 31 40 2F E 2F 24
Octal 210 105 61 0 61 100 57 16 57 44
Binary 10001000 1000101 110001 0 110001 1000000 101111 1110 101111 100100

Color Harmonies of #884531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884531

Black with #884531

Text Example


Text Example

White with #884531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884531; }

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

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

background-color css

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

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

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

border-color css

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

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

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