#874C30

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

Shades of Paarl #874C30

Tints of Paarl #874C30

Color information

#874C30 (or 0x874C30) is unknown color: approx Paarl. HEX triplet: 87, 4C and 30. RGB value is (135,76,48). Sum of RGB (Red+Green+Blue) = 135+76+48=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C30 is #78B3CF. Grayscale: #5A5A5A. Windows color (decimal): -7910352 or 3165319. OLE color: 3165319.

HSL color Cylindrical-coordinate representation of color #874C30: hue angle of 19.31º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #874C30 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1357648-
CMYK00.440.640.47
HSL19.31º47.54%35.88%-
HSV(B)19.31º64.44%52.94%-
XYZ13.1110.534.14-
YUV90.45104.05159.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=52.12%
G=29.34%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135764800.440.640.4719.3147.5435.88
Hex874C3002C402F133024
Octal2071146005410057236044
Binary1000011110011001100000101100100000010111110011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,76,48); }

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

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

 a { background-color: rgb(135,76,48); }

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

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

 span { border-color: rgb(135,76,48); }

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