Html Css Color HEX #884830 Paarl

📋 copy color: '#884830'

red 136 ◦ green 72 ◦ blue 48

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

Shades of Paarl #884830

Tints of Paarl #884830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.75%

R = 53.13%
G = 28.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#884830 (or 0x884830) is known color: Paarl. HEX triplet: 88, 48 and 30. RGB value is (136,72,48). Sum of RGB (Red+Green+Blue) = 136+72+48=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884830 is #77B7CF. Grayscale: #585858. Windows color (decimal): -7845840 or 3164296. OLE color: 3164296.

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

Color convert

RGB 136 72 48 -
CMYK 0 0.47 0.65 0.47
HSL 16.36º 0.48% 0.36% -
HSV(B) 16.36º 0.65% 0.53% -
XYZ 13 10.08 4.06 -
YUV 88.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 136 72 48 0 0.47 0.65 0.47 16.36 0.48 0.36
Hex 88 48 30 0 2F 41 2F 10 30 24
Octal 210 110 60 0 57 101 57 20 60 44
Binary 10001000 1001000 110000 0 101111 1000001 101111 10000 110000 100100

Color Harmonies of #884830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884830

Black with #884830

Text Example


Text Example

White with #884830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884830; }

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

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

background-color css

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

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

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

border-color css

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

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

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