#855036

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

Shades of Paarl #855036

Tints of Paarl #855036

Color information

#855036 (or 0x855036) is unknown color: approx Paarl. HEX triplet: 85, 50 and 36. RGB value is (133,80,54). Sum of RGB (Red+Green+Blue) = 133+80+54=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855036 is #7AAFC9. Grayscale: #5D5D5D. Windows color (decimal): -8040394 or 3559557. OLE color: 3559557.

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

Color convert

RGB1338054-
CMYK00.400.590.48
HSL19.75º42.25%36.67%-
HSV(B)19.75º59.4%52.16%-
XYZ13.2110.994.92-
YUV92.88106.06156.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=49.81%
G=29.96%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133805400.400.590.4819.7542.2536.67
Hex8550360283B30142a25
Octal205120660507360245245
Binary100001011010000110110010100011101111000010100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855036; }

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

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

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

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

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

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

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

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