Html Css Color HEX #856535 McKenzie

📋 copy color: '#856535'

red 133 ◦ green 101 ◦ blue 53

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

Shades of McKenzie #856535

Tints of McKenzie #856535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.47%

R = 46.34%
G = 35.19%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856535 (or 0x856535) is known color: McKenzie. HEX triplet: 85, 65 and 35. RGB value is (133,101,53). Sum of RGB (Red+Green+Blue) = 133+101+53=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 53 (21.09% from 255 or 18.47% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #856535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856535 is #7A9ACA. Grayscale: #696969. Windows color (decimal): -8035019 or 3499397. OLE color: 3499397.

HSL color Cylindrical-coordinate representation of color #856535: hue angle of 36º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #856535 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 53 -
CMYK 0 0.24 0.60 0.48
HSL 36º 0.43% 0.36% -
HSV(B) 36º 0.6% 0.52% -
XYZ 14.97 14.55 5.39 -
YUV 105.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 133 101 53 0 0.24 0.60 0.48 36 0.43 0.36
Hex 85 65 35 0 18 3C 30 24 2B 24
Octal 205 145 65 0 30 74 60 44 53 44
Binary 10000101 1100101 110101 0 11000 111100 110000 100100 101011 100100

Color Harmonies of #856535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856535

Black with #856535

Text Example


Text Example

White with #856535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856535; }

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

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

background-color css

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

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

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

border-color css

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

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

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