#8A4735

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

Shades of Paarl #8A4735

Tints of Paarl #8A4735

Color information

#8A4735 (or 0x8A4735) is unknown color: approx Paarl. HEX triplet: 8A, 47 and 35. RGB value is (138,71,53). Sum of RGB (Red+Green+Blue) = 138+71+53=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4735 is #75B8CA. Grayscale: #595959. Windows color (decimal): -7715019 or 3491722. OLE color: 3491722.

HSL color Cylindrical-coordinate representation of color #8A4735: hue angle of 12.71º 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 #8A4735 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1387153-
CMYK00.490.620.46
HSL12.71º44.5%37.45%-
HSV(B)12.71º61.59%54.12%-
XYZ13.3810.174.63-
YUV88.98107.7162.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.67%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 53 (21.09% from 255) = 20.23%
R=52.67%
G=27.10%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138715300.490.620.4612.7144.537.45
Hex8A47350313E2Ed2d25
Octal212107650617656155545
Binary10001010100011111010101100011111101011101101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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