Html Css Color HEX #855D36 McKenzie

📋 copy color: '#855D36'

red 133 ◦ green 93 ◦ blue 54

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

Shades of McKenzie #855D36

Tints of McKenzie #855D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 54 (21.48% from 255) = 19.29%

R = 47.5%
G = 33.21%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855D36 (or 0x855D36) is known color: McKenzie. HEX triplet: 85, 5D and 36. RGB value is (133,93,54). Sum of RGB (Red+Green+Blue) = 133+93+54=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #855D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D36 is #7AA2C9. Grayscale: #646464. Windows color (decimal): -8037066 or 3562885. OLE color: 3562885.

HSL color Cylindrical-coordinate representation of color #855D36: hue angle of 29.62º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855D36 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 93 54 -
CMYK 0 0.30 0.59 0.48
HSL 29.62º 0.42% 0.37% -
HSV(B) 29.62º 0.59% 0.52% -
XYZ 14.25 13.08 5.26 -
YUV 100.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 133 93 54 0 0.30 0.59 0.48 29.62 0.42 0.37
Hex 85 5D 36 0 1E 3B 30 1E 2A 25
Octal 205 135 66 0 36 73 60 36 52 45
Binary 10000101 1011101 110110 0 11110 111011 110000 11110 101010 100101

Color Harmonies of #855D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D36

Black with #855D36

Text Example


Text Example

White with #855D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D36; }

 p { color: rgb(133,93,54); }

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

background-color css

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

 a { background-color: rgb(133,93,54); }

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

border-color css

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

 span { border-color: rgb(133,93,54); }

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