#874B32

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

Shades of Paarl #874B32

Tints of Paarl #874B32

Color information

#874B32 (or 0x874B32) is unknown color: approx Paarl. HEX triplet: 87, 4B and 32. RGB value is (135,75,50). Sum of RGB (Red+Green+Blue) = 135+75+50=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B32 is #78B4CD. Grayscale: #5A5A5A. Windows color (decimal): -7910606 or 3296135. OLE color: 3296135.

HSL color Cylindrical-coordinate representation of color #874B32: hue angle of 17.65º 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 #874B32 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1357550-
CMYK00.440.630.47
HSL17.65º45.95%36.27%-
HSV(B)17.65º62.96%52.94%-
XYZ13.0810.414.34-
YUV90.09105.38160.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 75 (29.69% from 255) = 28.85%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=51.92%
G=28.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135755000.440.630.4717.6545.9536.27
Hex874B3202C3F2F122e24
Octal207113620547757225644
Binary100001111001011110010010110011111110111110010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874B32; }

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

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

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

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

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

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

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

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