#874633

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

Shades of Paarl #874633

Tints of Paarl #874633

Color information

#874633 (or 0x874633) is unknown color: approx Paarl. HEX triplet: 87, 46 and 33. RGB value is (135,70,51). Sum of RGB (Red+Green+Blue) = 135+70+51=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874633 is #78B9CC. Grayscale: #575757. Windows color (decimal): -7911885 or 3360391. OLE color: 3360391.

HSL color Cylindrical-coordinate representation of color #874633: hue angle of 13.57º 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 #874633 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1357051-
CMYK00.480.620.47
HSL13.57º45.16%36.47%-
HSV(B)13.57º62.22%52.94%-
XYZ12.789.774.34-
YUV87.27107.53162.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 51 (20.31% from 255) = 19.92%
R=52.73%
G=27.34%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135705100.480.620.4713.5745.1636.47
Hex8746330303E2Fe2d24
Octal207106630607657165544
Binary10000111100011011001101100001111101011111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874633; }

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

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

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

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

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

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

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

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