#874934

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

Shades of Paarl #874934

Tints of Paarl #874934

Color information

#874934 (or 0x874934) is unknown color: approx Paarl. HEX triplet: 87, 49 and 34. RGB value is (135,73,52). Sum of RGB (Red+Green+Blue) = 135+73+52=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 52 (20.70% from 255 or 20% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874934 is #78B6CB. Grayscale: #595959. Windows color (decimal): -7911116 or 3426695. OLE color: 3426695.

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

Color convert

RGB1357352-
CMYK00.460.610.47
HSL15.18º44.39%36.67%-
HSV(B)15.18º61.48%52.94%-
XYZ12.9910.164.53-
YUV89.14107.04160.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 52 (20.70% from 255) = 20%
R=51.92%
G=28.08%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135735200.460.610.4715.1844.3936.67
Hex87493402E3D2Ff2c25
Octal207111640567557175445
Binary10000111100100111010001011101111011011111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874934; }

 p { color: rgb(135,73,52); }

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

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

 a { background-color: rgb(135,73,52); }

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

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

 span { border-color: rgb(135,73,52); }

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