#895233

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

Shades of Paarl #895233

Tints of Paarl #895233

Color information

#895233 (or 0x895233) is unknown color: approx Paarl. HEX triplet: 89, 52 and 33. RGB value is (137,82,51). Sum of RGB (Red+Green+Blue) = 137+82+51=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #895233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895233 is #76ADCC. Grayscale: #5F5F5F. Windows color (decimal): -7777741 or 3363465. OLE color: 3363465.

HSL color Cylindrical-coordinate representation of color #895233: hue angle of 21.63º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #895233 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB1378251-
CMYK00.400.630.46
HSL21.63º45.74%36.86%-
HSV(B)21.63º62.77%53.73%-
XYZ13.9311.594.64-
YUV94.91103.22158.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=50.74%
G=30.37%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137825100.400.630.4621.6345.7436.86
Hex8952330283F2E162e25
Octal211122630507756265645
Binary100010011010010110011010100011111110111010110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895233; }

 p { color: rgb(137,82,51); }

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

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

 a { background-color: rgb(137,82,51); }

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

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

 span { border-color: rgb(137,82,51); }

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