Html Css Color HEX #856534 McKenzie

📋 copy color: '#856534'

red 133 ◦ green 101 ◦ blue 52

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

Shades of McKenzie #856534

Tints of McKenzie #856534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 46.5%
G = 35.31%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#856534 (or 0x856534) is known color: McKenzie. HEX triplet: 85, 65 and 34. RGB value is (133,101,52). Sum of RGB (Red+Green+Blue) = 133+101+52=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #856534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856534 is #7A9ACB. Grayscale: #696969. Windows color (decimal): -8035020 or 3433861. OLE color: 3433861.

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

Color convert

RGB 133 101 52 -
CMYK 0 0.24 0.61 0.48
HSL 36.3º 0.44% 0.36% -
HSV(B) 36.3º 0.61% 0.52% -
XYZ 14.95 14.54 5.27 -
YUV 104.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 133 101 52 0 0.24 0.61 0.48 36.3 0.44 0.36
Hex 85 65 34 0 18 3D 30 24 2C 24
Octal 205 145 64 0 30 75 60 44 54 44
Binary 10000101 1100101 110100 0 11000 111101 110000 100100 101100 100100

Color Harmonies of #856534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856534

Black with #856534

Text Example


Text Example

White with #856534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856534; }

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

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

background-color css

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

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

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

border-color css

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

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

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