Html Css Color HEX #856541 McKenzie

📋 copy color: '#856541'

red 133 ◦ green 101 ◦ blue 65

#856541
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #856541

Tints of McKenzie #856541

RGB

 RED value IS 133 (52.34% from 255) = 44.48%

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 44.48%
G = 33.78%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856541 (or 0x856541) is known color: McKenzie. HEX triplet: 85, 65 and 41. RGB value is (133,101,65). Sum of RGB (Red+Green+Blue) = 133+101+65=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856541 is #7A9ABE. Grayscale: #6A6A6A. Windows color (decimal): -8035007 or 4285829. OLE color: 4285829.

HSL color Cylindrical-coordinate representation of color #856541: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856541 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 65 -
CMYK 0 0.24 0.51 0.48
HSL 31.76º 0.34% 0.39% -
HSV(B) 31.76º 0.51% 0.52% -
XYZ 15.28 14.68 7.03 -
YUV 106.46 104.6 146.93 -
System Red Green Blue C M Y K H S L
Decimal 133 101 65 0 0.24 0.51 0.48 31.76 0.34 0.39
Hex 85 65 41 0 18 33 30 20 22 27
Octal 205 145 101 0 30 63 60 40 42 47
Binary 10000101 1100101 1000001 0 11000 110011 110000 100000 100010 100111

Color Harmonies of #856541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856541

Black with #856541

Text Example


Text Example

White with #856541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856541; }

 p { color: rgb(133,101,65); }

 H1.HeaderClassName
 {
   color: #856541;
 }
 .AnyTagClassName
 {
   color: #856541;
 }
</style>

background-color css

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

 a { background-color: rgb(133,101,65); }

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

border-color css

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

 span { border-color: rgb(133,101,65); }

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