Html Css Color HEX #855F36 McKenzie

📋 copy color: '#855F36'

red 133 ◦ green 95 ◦ blue 54

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

Shades of McKenzie #855F36

Tints of McKenzie #855F36

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

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

R = 47.16%
G = 33.69%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855F36 (or 0x855F36) is known color: McKenzie. HEX triplet: 85, 5F and 36. RGB value is (133,95,54). Sum of RGB (Red+Green+Blue) = 133+95+54=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #855F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F36 is #7AA0C9. Grayscale: #656565. Windows color (decimal): -8036554 or 3563397. OLE color: 3563397.

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

Color convert

RGB 133 95 54 -
CMYK 0 0.29 0.59 0.48
HSL 31.14º 0.42% 0.37% -
HSV(B) 31.14º 0.59% 0.52% -
XYZ 14.43 13.44 5.32 -
YUV 101.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 133 95 54 0 0.29 0.59 0.48 31.14 0.42 0.37
Hex 85 5F 36 0 1D 3B 30 1F 2A 25
Octal 205 137 66 0 35 73 60 37 52 45
Binary 10000101 1011111 110110 0 11101 111011 110000 11111 101010 100101

Color Harmonies of #855F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F36

Black with #855F36

Text Example


Text Example

White with #855F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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