Html Css Color HEX #856935 McKenzie

📋 copy color: '#856935'

red 133 ◦ green 105 ◦ blue 53

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

Shades of McKenzie #856935

Tints of McKenzie #856935

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

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

R = 45.7%
G = 36.08%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#856935 (or 0x856935) is known color: McKenzie. HEX triplet: 85, 69 and 35. RGB value is (133,105,53). Sum of RGB (Red+Green+Blue) = 133+105+53=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #856935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856935 is #7A96CA. Grayscale: #6B6B6B. Windows color (decimal): -8033995 or 3500421. OLE color: 3500421.

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

Color convert

RGB 133 105 53 -
CMYK 0 0.21 0.60 0.48
HSL 39º 0.43% 0.36% -
HSV(B) 39º 0.6% 0.52% -
XYZ 15.37 15.35 5.52 -
YUV 107.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 133 105 53 0 0.21 0.60 0.48 39 0.43 0.36
Hex 85 69 35 0 15 3C 30 27 2B 24
Octal 205 151 65 0 25 74 60 47 53 44
Binary 10000101 1101001 110101 0 10101 111100 110000 100111 101011 100100

Color Harmonies of #856935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856935

Black with #856935

Text Example


Text Example

White with #856935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856935; }

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

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

background-color css

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

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

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

border-color css

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

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

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