Html Css Color HEX #856532 McKenzie

📋 copy color: '#856532'

red 133 ◦ green 101 ◦ blue 50

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

Shades of McKenzie #856532

Tints of McKenzie #856532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 46.83%
G = 35.56%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#856532 (or 0x856532) is known color: McKenzie. HEX triplet: 85, 65 and 32. RGB value is (133,101,50). Sum of RGB (Red+Green+Blue) = 133+101+50=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856532 is #7A9ACD. Grayscale: #686868. Windows color (decimal): -8035022 or 3302789. OLE color: 3302789.

HSL color Cylindrical-coordinate representation of color #856532: hue angle of 36.87º 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 #856532 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 50 -
CMYK 0 0.24 0.62 0.48
HSL 36.87º 0.45% 0.36% -
HSV(B) 36.87º 0.62% 0.52% -
XYZ 14.9 14.52 5.04 -
YUV 104.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 133 101 50 0 0.24 0.62 0.48 36.87 0.45 0.36
Hex 85 65 32 0 18 3E 30 25 2D 24
Octal 205 145 62 0 30 76 60 45 55 44
Binary 10000101 1100101 110010 0 11000 111110 110000 100101 101101 100100

Color Harmonies of #856532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856532

Black with #856532

Text Example


Text Example

White with #856532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856532; }

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

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

background-color css

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

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

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

border-color css

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

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

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