#856233

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

Shades of McKenzie #856233

Tints of McKenzie #856233

Color information

#856233 (or 0x856233) is unknown color: approx McKenzie. HEX triplet: 85, 62 and 33. RGB value is (133,98,51). Sum of RGB (Red+Green+Blue) = 133+98+51=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #856233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856233 is #7A9DCC. Grayscale: #676767. Windows color (decimal): -8035789 or 3367557. OLE color: 3367557.

HSL color Cylindrical-coordinate representation of color #856233: hue angle of 34.39º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #856233 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1339851-
CMYK00.260.620.48
HSL34.39º44.57%36.08%-
HSV(B)34.39º61.65%52.16%-
XYZ14.6413.965.06-
YUV103.1198.6149.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=47.16%
G=34.75%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133985100.260.620.4834.3944.5736.08
Hex85623301A3E30222d24
Octal205142630327660425544
Binary100001011100010110011011010111110110000100010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856233; }

 p { color: rgb(133,98,51); }

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

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

 a { background-color: rgb(133,98,51); }

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

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

 span { border-color: rgb(133,98,51); }

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