Html Css Color HEX #855E34 McKenzie

📋 copy color: '#855E34'

red 133 ◦ green 94 ◦ blue 52

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

Shades of McKenzie #855E34

Tints of McKenzie #855E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 47.67%
G = 33.69%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#855E34 (or 0x855E34) is known color: McKenzie. HEX triplet: 85, 5E and 34. RGB value is (133,94,52). Sum of RGB (Red+Green+Blue) = 133+94+52=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E34 is #7AA1CB. Grayscale: #656565. Windows color (decimal): -8036812 or 3432069. OLE color: 3432069.

HSL color Cylindrical-coordinate representation of color #855E34: hue angle of 31.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855E34 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 52 -
CMYK 0 0.29 0.61 0.48
HSL 31.11º 0.44% 0.36% -
HSV(B) 31.11º 0.61% 0.52% -
XYZ 14.3 13.24 5.05 -
YUV 100.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 133 94 52 0 0.29 0.61 0.48 31.11 0.44 0.36
Hex 85 5E 34 0 1D 3D 30 1F 2C 24
Octal 205 136 64 0 35 75 60 37 54 44
Binary 10000101 1011110 110100 0 11101 111101 110000 11111 101100 100100

Color Harmonies of #855E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E34

Black with #855E34

Text Example


Text Example

White with #855E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,52); }

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

background-color css

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

 a { background-color: rgb(133,94,52); }

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

border-color css

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

 span { border-color: rgb(133,94,52); }

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