Html Css Color HEX #856235 McKenzie

📋 copy color: '#856235'

red 133 ◦ green 98 ◦ blue 53

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

Shades of McKenzie #856235

Tints of McKenzie #856235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

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

R = 46.83%
G = 34.51%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856235 (or 0x856235) is known color: McKenzie. HEX triplet: 85, 62 and 35. RGB value is (133,98,53). Sum of RGB (Red+Green+Blue) = 133+98+53=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #856235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856235 is #7A9DCA. Grayscale: #676767. Windows color (decimal): -8035787 or 3498629. OLE color: 3498629.

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

Color convert

RGB 133 98 53 -
CMYK 0 0.26 0.60 0.48
HSL 33.75º 0.43% 0.36% -
HSV(B) 33.75º 0.6% 0.52% -
XYZ 14.68 13.98 5.29 -
YUV 103.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 133 98 53 0 0.26 0.60 0.48 33.75 0.43 0.36
Hex 85 62 35 0 1A 3C 30 22 2B 24
Octal 205 142 65 0 32 74 60 42 53 44
Binary 10000101 1100010 110101 0 11010 111100 110000 100010 101011 100100

Color Harmonies of #856235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856235

Black with #856235

Text Example


Text Example

White with #856235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856235; }

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

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

background-color css

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

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

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

border-color css

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

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

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