Html Css Color HEX #856334 McKenzie

📋 copy color: '#856334'

red 133 ◦ green 99 ◦ blue 52

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

Shades of McKenzie #856334

Tints of McKenzie #856334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

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

R = 46.83%
G = 34.86%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#856334 (or 0x856334) is known color: McKenzie. HEX triplet: 85, 63 and 34. RGB value is (133,99,52). Sum of RGB (Red+Green+Blue) = 133+99+52=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856334 is #7A9CCB. Grayscale: #686868. Windows color (decimal): -8035532 or 3433349. OLE color: 3433349.

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

Color convert

RGB 133 99 52 -
CMYK 0 0.26 0.61 0.48
HSL 34.81º 0.44% 0.36% -
HSV(B) 34.81º 0.61% 0.52% -
XYZ 14.75 14.16 5.2 -
YUV 103.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 133 99 52 0 0.26 0.61 0.48 34.81 0.44 0.36
Hex 85 63 34 0 1A 3D 30 23 2C 24
Octal 205 143 64 0 32 75 60 43 54 44
Binary 10000101 1100011 110100 0 11010 111101 110000 100011 101100 100100

Color Harmonies of #856334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856334

Black with #856334

Text Example


Text Example

White with #856334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856334; }

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

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

background-color css

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

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

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

border-color css

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

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

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