#874B3A

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

Shades of Paarl #874B3A

Tints of Paarl #874B3A

Color information

#874B3A (or 0x874B3A) is unknown color: approx Paarl. HEX triplet: 87, 4B and 3A. RGB value is (135,75,58). Sum of RGB (Red+Green+Blue) = 135+75+58=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #874B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874B3A is #78B4C5. Grayscale: #5B5B5B. Windows color (decimal): -7910598 or 3820423. OLE color: 3820423.

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

Color convert

RGB1357558-
CMYK00.440.570.47
HSL13.25º39.9%37.84%-
HSV(B)13.25º57.04%52.94%-
XYZ13.2710.495.33-
YUV91109.38159.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=50.37%
G=27.99%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135755800.440.570.4713.2539.937.84
Hex874B3A02C392Fd2826
Octal207113720547157155046
Binary10000111100101111101001011001110011011111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,75,58); }

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

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

 a { background-color: rgb(135,75,58); }

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

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

 span { border-color: rgb(135,75,58); }

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