#884A38

Color #884A38 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #884A38

Tints of Paarl #884A38

Color information

#884A38 (or 0x884A38) is unknown color: approx Paarl. HEX triplet: 88, 4A and 38. RGB value is (136,74,56). Sum of RGB (Red+Green+Blue) = 136+74+56=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 56 (22.27% from 255 or 21.05% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A38 is #77B5C7. Grayscale: #5A5A5A. Windows color (decimal): -7845320 or 3689096. OLE color: 3689096.

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

Color convert

RGB1367456-
CMYK00.460.590.47
HSL13.5º41.67%37.65%-
HSV(B)13.5º58.82%53.33%-
XYZ13.3210.425.05-
YUV90.49108.54160.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.13%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 56 (22.27% from 255) = 21.05%
R=51.13%
G=27.82%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136745600.460.590.4713.541.6737.65
Hex884A3802E3B2Fe2a26
Octal210112700567357165246
Binary10001000100101011100001011101110111011111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #884A38;
 }
 .AnyTagClassName
 {
   color: #884A38;
 }
</style>
background-color css

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

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

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

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

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

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