#885234

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

Shades of Paarl #885234

Tints of Paarl #885234

Color information

#885234 (or 0x885234) is unknown color: approx Paarl. HEX triplet: 88, 52 and 34. RGB value is (136,82,52). Sum of RGB (Red+Green+Blue) = 136+82+52=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885234 is #77ADCB. Grayscale: #5E5E5E. Windows color (decimal): -7843276 or 3429000. OLE color: 3429000.

HSL color Cylindrical-coordinate representation of color #885234: hue angle of 21.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885234 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1368252-
CMYK00.400.620.47
HSL21.43º44.68%36.86%-
HSV(B)21.43º61.76%53.33%-
XYZ13.7911.524.74-
YUV94.73103.89157.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.37%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=50.37%
G=30.37%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136825200.400.620.4721.4344.6836.86
Hex8852340283E2F152d25
Octal210122640507657255545
Binary100010001010010110100010100011111010111110101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885234; }

 p { color: rgb(136,82,52); }

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

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

 a { background-color: rgb(136,82,52); }

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

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

 span { border-color: rgb(136,82,52); }

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