#874834

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

Shades of Paarl #874834

Tints of Paarl #874834

Color information

#874834 (or 0x874834) is unknown color: approx Paarl. HEX triplet: 87, 48 and 34. RGB value is (135,72,52). Sum of RGB (Red+Green+Blue) = 135+72+52=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #874834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874834 is #78B7CB. Grayscale: #585858. Windows color (decimal): -7911372 or 3426439. OLE color: 3426439.

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

Color convert

RGB1357252-
CMYK00.470.610.47
HSL14.46º44.39%36.67%-
HSV(B)14.46º61.48%52.94%-
XYZ12.9310.034.5-
YUV88.56107.37161.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=52.12%
G=27.80%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135725200.470.610.4714.4644.3936.67
Hex87483402F3D2Fe2c25
Octal207110640577557165445
Binary10000111100100011010001011111111011011111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874834; }

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

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

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

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

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

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

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

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