Html Css Color HEX #855C36 McKenzie

📋 copy color: '#855C36'

red 133 ◦ green 92 ◦ blue 54

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

Shades of McKenzie #855C36

Tints of McKenzie #855C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

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

R = 47.67%
G = 32.97%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855C36 (or 0x855C36) is known color: McKenzie. HEX triplet: 85, 5C and 36. RGB value is (133,92,54). Sum of RGB (Red+Green+Blue) = 133+92+54=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C36 is #7AA3C9. Grayscale: #646464. Windows color (decimal): -8037322 or 3562629. OLE color: 3562629.

HSL color Cylindrical-coordinate representation of color #855C36: hue angle of 28.86º 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 #855C36 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 54 -
CMYK 0 0.31 0.59 0.48
HSL 28.86º 0.42% 0.37% -
HSV(B) 28.86º 0.59% 0.52% -
XYZ 14.17 12.91 5.23 -
YUV 99.93 102.08 151.59 -
System Red Green Blue C M Y K H S L
Decimal 133 92 54 0 0.31 0.59 0.48 28.86 0.42 0.37
Hex 85 5C 36 0 1F 3B 30 1D 2A 25
Octal 205 134 66 0 37 73 60 35 52 45
Binary 10000101 1011100 110110 0 11111 111011 110000 11101 101010 100101

Color Harmonies of #855C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C36

Black with #855C36

Text Example


Text Example

White with #855C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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