Html Css Color HEX #855D33 McKenzie

📋 copy color: '#855D33'

red 133 ◦ green 93 ◦ blue 51

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

Shades of McKenzie #855D33

Tints of McKenzie #855D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.41%

R = 48.01%
G = 33.57%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855D33 (or 0x855D33) is known color: McKenzie. HEX triplet: 85, 5D and 33. RGB value is (133,93,51). Sum of RGB (Red+Green+Blue) = 133+93+51=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #855D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D33 is #7AA2CC. Grayscale: #646464. Windows color (decimal): -8037069 or 3366277. OLE color: 3366277.

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

Color convert

RGB 133 93 51 -
CMYK 0 0.30 0.62 0.48
HSL 30.73º 0.45% 0.36% -
HSV(B) 30.73º 0.62% 0.52% -
XYZ 14.18 13.05 4.9 -
YUV 100.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 133 93 51 0 0.30 0.62 0.48 30.73 0.45 0.36
Hex 85 5D 33 0 1E 3E 30 1F 2D 24
Octal 205 135 63 0 36 76 60 37 55 44
Binary 10000101 1011101 110011 0 11110 111110 110000 11111 101101 100100

Color Harmonies of #855D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D33

Black with #855D33

Text Example


Text Example

White with #855D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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