Html Css Color HEX #855F37 McKenzie

📋 copy color: '#855F37'

red 133 ◦ green 95 ◦ blue 55

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

Shades of McKenzie #855F37

Tints of McKenzie #855F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 47%
G = 33.57%
B = 19.43%

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

#855F37 (or 0x855F37) is known color: McKenzie. HEX triplet: 85, 5F and 37. RGB value is (133,95,55). Sum of RGB (Red+Green+Blue) = 133+95+55=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #855F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F37 is #7AA0C8. Grayscale: #656565. Windows color (decimal): -8036553 or 3628933. OLE color: 3628933.

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

Color convert

RGB 133 95 55 -
CMYK 0 0.29 0.59 0.48
HSL 30.77º 0.41% 0.37% -
HSV(B) 30.77º 0.59% 0.52% -
XYZ 14.45 13.45 5.45 -
YUV 101.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 133 95 55 0 0.29 0.59 0.48 30.77 0.41 0.37
Hex 85 5F 37 0 1D 3B 30 1F 29 25
Octal 205 137 67 0 35 73 60 37 51 45
Binary 10000101 1011111 110111 0 11101 111011 110000 11111 101001 100101

Color Harmonies of #855F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F37

Black with #855F37

Text Example


Text Example

White with #855F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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