#874533

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

Shades of Paarl #874533

Tints of Paarl #874533

Color information

#874533 (or 0x874533) is unknown color: approx Paarl. HEX triplet: 87, 45 and 33. RGB value is (135,69,51). Sum of RGB (Red+Green+Blue) = 135+69+51=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #874533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874533 is #78BACC. Grayscale: #565656. Windows color (decimal): -7912141 or 3360135. OLE color: 3360135.

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

Color convert

RGB1356951-
CMYK00.490.620.47
HSL12.86º45.16%36.47%-
HSV(B)12.86º62.22%52.94%-
XYZ12.729.654.32-
YUV86.68107.87162.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.94%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 51 (20.31% from 255) = 20%
R=52.94%
G=27.06%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135695100.490.620.4712.8645.1636.47
Hex8745330313E2Fd2d24
Octal207105630617657155544
Binary10000111100010111001101100011111101011111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874533; }

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

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

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

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

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

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

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

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