Html Css Color HEX #856135 McKenzie

📋 copy color: '#856135'

red 133 ◦ green 97 ◦ blue 53

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

Shades of McKenzie #856135

Tints of McKenzie #856135

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 47%
G = 34.28%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856135 (or 0x856135) is known color: McKenzie. HEX triplet: 85, 61 and 35. RGB value is (133,97,53). Sum of RGB (Red+Green+Blue) = 133+97+53=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #856135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856135 is #7A9ECA. Grayscale: #666666. Windows color (decimal): -8036043 or 3498373. OLE color: 3498373.

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

Color convert

RGB 133 97 53 -
CMYK 0 0.27 0.60 0.48
HSL 33º 0.43% 0.36% -
HSV(B) 33º 0.6% 0.52% -
XYZ 14.59 13.79 5.26 -
YUV 102.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 133 97 53 0 0.27 0.60 0.48 33 0.43 0.36
Hex 85 61 35 0 1B 3C 30 21 2B 24
Octal 205 141 65 0 33 74 60 41 53 44
Binary 10000101 1100001 110101 0 11011 111100 110000 100001 101011 100100

Color Harmonies of #856135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856135

Black with #856135

Text Example


Text Example

White with #856135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856135; }

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

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

background-color css

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

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

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

border-color css

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

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

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