#855D37

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

Shades of McKenzie #855D37

Tints of McKenzie #855D37

Color information

#855D37 (or 0x855D37) is unknown color: approx McKenzie. HEX triplet: 85, 5D and 37. RGB value is (133,93,55). Sum of RGB (Red+Green+Blue) = 133+93+55=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D37 is #7AA2C8. Grayscale: #646464. Windows color (decimal): -8037065 or 3628421. OLE color: 3628421.

HSL color Cylindrical-coordinate representation of color #855D37: hue angle of 29.23º degrees, saturation: 0.41, 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 #855D37 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1339355-
CMYK00.300.590.48
HSL29.23º41.49%36.86%-
HSV(B)29.23º58.65%52.16%-
XYZ14.2813.095.39-
YUV100.63102.25151.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 93 (36.72% from 255) = 33.10%
BLUE value IS 55 (21.88% from 255) = 19.57%
R=47.33%
G=33.10%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133935500.300.590.4829.2341.4936.86
Hex855D3701E3B301d2925
Octal205135670367360355145
Binary10000101101110111011101111011101111000011101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855D37; }

 p { color: rgb(133,93,55); }

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

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

 a { background-color: rgb(133,93,55); }

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

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

 span { border-color: rgb(133,93,55); }

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