#854A36

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

Shades of Paarl #854A36

Tints of Paarl #854A36

Color information

#854A36 (or 0x854A36) is unknown color: approx Paarl. HEX triplet: 85, 4A and 36. RGB value is (133,74,54). Sum of RGB (Red+Green+Blue) = 133+74+54=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #854A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A36 is #7AB5C9. Grayscale: #595959. Windows color (decimal): -8041930 or 3558021. OLE color: 3558021.

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

Color convert

RGB1337454-
CMYK00.440.590.48
HSL15.19º42.25%36.67%-
HSV(B)15.19º59.4%52.16%-
XYZ12.7910.154.78-
YUV89.36108.05159.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=50.96%
G=28.35%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133745400.440.590.4815.1942.2536.67
Hex854A3602C3B30f2a25
Octal205112660547360175245
Binary10000101100101011011001011001110111100001111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,74,54); }

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

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

 a { background-color: rgb(133,74,54); }

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

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

 span { border-color: rgb(133,74,54); }

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