#8A5235

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

Shades of Paarl #8A5235

Tints of Paarl #8A5235

Color information

#8A5235 (or 0x8A5235) is unknown color: approx Paarl. HEX triplet: 8A, 52 and 35. RGB value is (138,82,53). Sum of RGB (Red+Green+Blue) = 138+82+53=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5235 is #75ADCA. Grayscale: #5F5F5F. Windows color (decimal): -7712203 or 3494538. OLE color: 3494538.

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

Color convert

RGB1388253-
CMYK00.410.620.46
HSL20.47º44.5%37.45%-
HSV(B)20.47º61.59%54.12%-
XYZ14.1411.694.88-
YUV95.44104.05158.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50.55%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 53 (21.09% from 255) = 19.41%
R=50.55%
G=30.04%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138825300.410.620.4620.4744.537.45
Hex8A52350293E2E142d25
Octal212122650517656245545
Binary100010101010010110101010100111111010111010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5235; }

 p { color: rgb(138,82,53); }

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

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

 a { background-color: rgb(138,82,53); }

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

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

 span { border-color: rgb(138,82,53); }

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