Html Css Color HEX #884C30 Paarl

📋 copy color: '#884C30'

red 136 ◦ green 76 ◦ blue 48

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

Shades of Paarl #884C30

Tints of Paarl #884C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 52.31%
G = 29.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#884C30 (or 0x884C30) is known color: Paarl. HEX triplet: 88, 4C and 30. RGB value is (136,76,48). Sum of RGB (Red+Green+Blue) = 136+76+48=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C30 is #77B3CF. Grayscale: #5A5A5A. Windows color (decimal): -7844816 or 3165320. OLE color: 3165320.

HSL color Cylindrical-coordinate representation of color #884C30: hue angle of 19.09º 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 #884C30 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 48 -
CMYK 0 0.44 0.65 0.47
HSL 19.09º 0.48% 0.36% -
HSV(B) 19.09º 0.65% 0.53% -
XYZ 13.27 10.62 4.15 -
YUV 90.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 136 76 48 0 0.44 0.65 0.47 19.09 0.48 0.36
Hex 88 4C 30 0 2C 41 2F 13 30 24
Octal 210 114 60 0 54 101 57 23 60 44
Binary 10001000 1001100 110000 0 101100 1000001 101111 10011 110000 100100

Color Harmonies of #884C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C30

Black with #884C30

Text Example


Text Example

White with #884C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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