#855F34

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

Shades of McKenzie #855F34

Tints of McKenzie #855F34

Color information

#855F34 (or 0x855F34) is unknown color: approx McKenzie. HEX triplet: 85, 5F and 34. RGB value is (133,95,52). Sum of RGB (Red+Green+Blue) = 133+95+52=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F34 is #7AA0CB. Grayscale: #656565. Windows color (decimal): -8036556 or 3432325. OLE color: 3432325.

HSL color Cylindrical-coordinate representation of color #855F34: hue angle of 31.85º 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 #855F34 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1339552-
CMYK00.290.610.48
HSL31.85º43.78%36.27%-
HSV(B)31.85º60.9%52.16%-
XYZ14.3813.425.08-
YUV101.46100.09150.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=47.5%
G=33.93%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133955200.290.610.4831.8543.7836.27
Hex855F3401D3D30202c24
Octal205137640357560405444
Binary100001011011111110100011101111101110000100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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