#8C4533

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

Shades of Paarl #8C4533

Tints of Paarl #8C4533

Color information

#8C4533 (or 0x8C4533) is unknown color: approx Paarl. HEX triplet: 8C, 45 and 33. RGB value is (140,69,51). Sum of RGB (Red+Green+Blue) = 140+69+51=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4533 is #73BACC. Grayscale: #585858. Windows color (decimal): -7584461 or 3360140. OLE color: 3360140.

HSL color Cylindrical-coordinate representation of color #8C4533: hue angle of 12.13º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C4533 is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1406951-
CMYK00.510.640.45
HSL12.13º46.6%37.45%-
HSV(B)12.13º63.57%54.9%-
XYZ13.5410.074.36-
YUV88.18107.02164.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.85%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=53.85%
G=26.54%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140695100.510.640.4512.1346.637.45
Hex8C4533033402Dc2f25
Octal2141056306310055145745
Binary100011001000101110011011001110000001011011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,51); }

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

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

 a { background-color: rgb(140,69,51); }

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

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

 span { border-color: rgb(140,69,51); }

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