#874D34

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

Shades of Paarl #874D34

Tints of Paarl #874D34

Color information

#874D34 (or 0x874D34) is unknown color: approx Paarl. HEX triplet: 87, 4D and 34. RGB value is (135,77,52). Sum of RGB (Red+Green+Blue) = 135+77+52=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #874D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D34 is #78B2CB. Grayscale: #5B5B5B. Windows color (decimal): -7910092 or 3427719. OLE color: 3427719.

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

Color convert

RGB1357752-
CMYK00.430.610.47
HSL18.07º44.39%36.67%-
HSV(B)18.07º61.48%52.94%-
XYZ13.2710.714.62-
YUV91.49105.72159.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=51.14%
G=29.17%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135775200.430.610.4718.0744.3936.67
Hex874D3402B3D2F122c25
Octal207115640537557225445
Binary100001111001101110100010101111110110111110010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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