#856438

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

Shades of McKenzie #856438

Tints of McKenzie #856438

Color information

#856438 (or 0x856438) is unknown color: approx McKenzie. HEX triplet: 85, 64 and 38. RGB value is (133,100,56). Sum of RGB (Red+Green+Blue) = 133+100+56=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #856438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856438 is #7A9BC7. Grayscale: #696969. Windows color (decimal): -8035272 or 3695749. OLE color: 3695749.

HSL color Cylindrical-coordinate representation of color #856438: hue angle of 34.29º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #856438 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB13310056-
CMYK00.250.580.48
HSL34.29º40.74%37.06%-
HSV(B)34.29º57.89%52.16%-
XYZ14.9414.395.73-
YUV104.85100.43148.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 56 (22.27% from 255) = 19.38%
R=46.02%
G=34.60%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331005600.250.580.4834.2940.7437.06
Hex8564380193A30222925
Octal205144700317260425145
Binary100001011100100111000011001111010110000100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856438; }

 p { color: rgb(133,100,56); }

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

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

 a { background-color: rgb(133,100,56); }

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

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

 span { border-color: rgb(133,100,56); }

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