#855C35

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

Shades of McKenzie #855C35

Tints of McKenzie #855C35

Color information

#855C35 (or 0x855C35) is unknown color: approx McKenzie. HEX triplet: 85, 5C and 35. RGB value is (133,92,53). Sum of RGB (Red+Green+Blue) = 133+92+53=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #855C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C35 is #7AA3CA. Grayscale: #646464. Windows color (decimal): -8037323 or 3497093. OLE color: 3497093.

HSL color Cylindrical-coordinate representation of color #855C35: hue angle of 29.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855C35 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1339253-
CMYK00.310.600.48
HSL29.25º43.01%36.47%-
HSV(B)29.25º60.15%52.16%-
XYZ14.1412.95.11-
YUV99.81101.58151.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.84%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 53 (21.09% from 255) = 19.06%
R=47.84%
G=33.09%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133925300.310.600.4829.2543.0136.47
Hex855C3501F3C301d2b24
Octal205134650377460355344
Binary10000101101110011010101111111110011000011101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,53); }

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

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

 a { background-color: rgb(133,92,53); }

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

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

 span { border-color: rgb(133,92,53); }

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