#855A34

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

Shades of McKenzie #855A34

Tints of McKenzie #855A34

Color information

#855A34 (or 0x855A34) is unknown color: approx McKenzie. HEX triplet: 85, 5A and 34. RGB value is (133,90,52). Sum of RGB (Red+Green+Blue) = 133+90+52=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #855A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A34 is #7AA5CB. Grayscale: #626262. Windows color (decimal): -8037836 or 3431045. OLE color: 3431045.

HSL color Cylindrical-coordinate representation of color #855A34: hue angle of 28.15º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855A34 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1339052-
CMYK00.320.610.48
HSL28.15º43.78%36.27%-
HSV(B)28.15º60.9%52.16%-
XYZ13.9512.554.94-
YUV98.52101.75152.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.36%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=48.36%
G=32.73%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133905200.320.610.4828.1543.7836.27
Hex855A340203D301c2c24
Octal205132640407560345444
Binary100001011011010110100010000011110111000011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,52); }

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

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

 a { background-color: rgb(133,90,52); }

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

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

 span { border-color: rgb(133,90,52); }

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