#854D39

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

Shades of Paarl #854D39

Tints of Paarl #854D39

Color information

#854D39 (or 0x854D39) is unknown color: approx Paarl. HEX triplet: 85, 4D and 39. RGB value is (133,77,57). Sum of RGB (Red+Green+Blue) = 133+77+57=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D39 is #7AB2C6. Grayscale: #5B5B5B. Windows color (decimal): -8041159 or 3755397. OLE color: 3755397.

HSL color Cylindrical-coordinate representation of color #854D39: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854D39 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1337757-
CMYK00.420.570.48
HSL15.79º40%37.25%-
HSV(B)15.79º57.14%52.16%-
XYZ13.0710.595.23-
YUV91.46108.55157.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=49.81%
G=28.84%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133775700.420.570.4815.794037.25
Hex854D3902A3930102825
Octal205115710527160205045
Binary100001011001101111001010101011100111000010000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854D39; }

 p { color: rgb(133,77,57); }

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

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

 a { background-color: rgb(133,77,57); }

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

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

 span { border-color: rgb(133,77,57); }

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