Html Css Color HEX #884C38 Paarl

📋 copy color: '#884C38'

red 136 ◦ green 76 ◦ blue 56

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

Shades of Paarl #884C38

Tints of Paarl #884C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.9%

R = 50.75%
G = 28.36%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#884C38 (or 0x884C38) is known color: Paarl. HEX triplet: 88, 4C and 38. RGB value is (136,76,56). Sum of RGB (Red+Green+Blue) = 136+76+56=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C38 is #77B3C7. Grayscale: #5B5B5B. Windows color (decimal): -7844808 or 3689608. OLE color: 3689608.

HSL color Cylindrical-coordinate representation of color #884C38: hue angle of 15º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #884C38 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 56 -
CMYK 0 0.44 0.59 0.47
HSL 15º 0.42% 0.38% -
HSV(B) 15º 0.59% 0.53% -
XYZ 13.45 10.69 5.1 -
YUV 91.66 107.88 159.63 -
System Red Green Blue C M Y K H S L
Decimal 136 76 56 0 0.44 0.59 0.47 15 0.42 0.38
Hex 88 4C 38 0 2C 3B 2F F 2A 26
Octal 210 114 70 0 54 73 57 17 52 46
Binary 10001000 1001100 111000 0 101100 111011 101111 1111 101010 100110

Color Harmonies of #884C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C38

Black with #884C38

Text Example


Text Example

White with #884C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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