Html Css Color HEX #856434 McKenzie

📋 copy color: '#856434'

red 133 ◦ green 100 ◦ blue 52

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

Shades of McKenzie #856434

Tints of McKenzie #856434

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 46.67%
G = 35.09%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#856434 (or 0x856434) is known color: McKenzie. HEX triplet: 85, 64 and 34. RGB value is (133,100,52). Sum of RGB (Red+Green+Blue) = 133+100+52=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #856434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856434 is #7A9BCB. Grayscale: #686868. Windows color (decimal): -8035276 or 3433605. OLE color: 3433605.

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

Color convert

RGB 133 100 52 -
CMYK 0 0.25 0.61 0.48
HSL 35.56º 0.44% 0.36% -
HSV(B) 35.56º 0.61% 0.52% -
XYZ 14.85 14.35 5.24 -
YUV 104.4 98.43 148.4 -
System Red Green Blue C M Y K H S L
Decimal 133 100 52 0 0.25 0.61 0.48 35.56 0.44 0.36
Hex 85 64 34 0 19 3D 30 24 2C 24
Octal 205 144 64 0 31 75 60 44 54 44
Binary 10000101 1100100 110100 0 11001 111101 110000 100100 101100 100100

Color Harmonies of #856434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856434

Black with #856434

Text Example


Text Example

White with #856434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856434; }

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

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

background-color css

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

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

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

border-color css

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

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

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