#854836

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

Shades of Paarl #854836

Tints of Paarl #854836

Color information

#854836 (or 0x854836) is unknown color: approx Paarl. HEX triplet: 85, 48 and 36. RGB value is (133,72,54). Sum of RGB (Red+Green+Blue) = 133+72+54=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #854836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854836 is #7AB7C9. Grayscale: #585858. Windows color (decimal): -8042442 or 3557509. OLE color: 3557509.

HSL color Cylindrical-coordinate representation of color #854836: hue angle of 13.67º 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 #854836 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1337254-
CMYK00.460.590.48
HSL13.67º42.25%36.67%-
HSV(B)13.67º59.4%52.16%-
XYZ12.669.894.73-
YUV88.19108.71159.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 72 (28.52% from 255) = 27.80%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=51.35%
G=27.80%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133725400.460.590.4813.6742.2536.67
Hex85483602E3B30e2a25
Octal205110660567360165245
Binary10000101100100011011001011101110111100001110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854836; }

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

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

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

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

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

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

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

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