#874532

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

Shades of Paarl #874532

Tints of Paarl #874532

Color information

#874532 (or 0x874532) is unknown color: approx Paarl. HEX triplet: 87, 45 and 32. RGB value is (135,69,50). Sum of RGB (Red+Green+Blue) = 135+69+50=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874532 is #78BACD. Grayscale: #565656. Windows color (decimal): -7912142 or 3294599. OLE color: 3294599.

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

Color convert

RGB1356950-
CMYK00.490.630.47
HSL13.41º45.95%36.27%-
HSV(B)13.41º62.96%52.94%-
XYZ12.79.644.21-
YUV86.57107.37162.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.15%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=53.15%
G=27.17%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135695000.490.630.4713.4145.9536.27
Hex8745320313F2Fd2e24
Octal207105620617757155644
Binary10000111100010111001001100011111111011111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874532; }

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

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

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

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

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

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

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

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