#874A3A

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

Shades of Paarl #874A3A

Tints of Paarl #874A3A

Color information

#874A3A (or 0x874A3A) is unknown color: approx Paarl. HEX triplet: 87, 4A and 3A. RGB value is (135,74,58). Sum of RGB (Red+Green+Blue) = 135+74+58=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A3A is #78B5C5. Grayscale: #5A5A5A. Windows color (decimal): -7910854 or 3820167. OLE color: 3820167.

HSL color Cylindrical-coordinate representation of color #874A3A: hue angle of 12.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #874A3A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1357458-
CMYK00.450.570.47
HSL12.47º39.9%37.84%-
HSV(B)12.47º57.04%52.94%-
XYZ13.210.355.31-
YUV90.42109.71159.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=50.56%
G=27.72%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135745800.450.570.4712.4739.937.84
Hex874A3A02D392Fc2826
Octal207112720557157145046
Binary10000111100101011101001011011110011011111100101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,74,58); }

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

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

 a { background-color: rgb(135,74,58); }

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

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

 span { border-color: rgb(135,74,58); }

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