#874838

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

Shades of Paarl #874838

Tints of Paarl #874838

Color information

#874838 (or 0x874838) is unknown color: approx Paarl. HEX triplet: 87, 48 and 38. RGB value is (135,72,56). Sum of RGB (Red+Green+Blue) = 135+72+56=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #874838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874838 is #78B7C7. Grayscale: #595959. Windows color (decimal): -7911368 or 3688583. OLE color: 3688583.

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

Color convert

RGB1357256-
CMYK00.470.590.47
HSL12.15º41.36%37.45%-
HSV(B)12.15º58.52%52.94%-
XYZ13.0210.075-
YUV89.01109.37160.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.33%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=51.33%
G=27.38%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135725600.470.590.4712.1541.3637.45
Hex87483802F3B2Fc2925
Octal207110700577357145145
Binary10000111100100011100001011111110111011111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874838; }

 p { color: rgb(135,72,56); }

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

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

 a { background-color: rgb(135,72,56); }

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

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

 span { border-color: rgb(135,72,56); }

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