Html Css Color HEX #855F33 McKenzie

📋 copy color: '#855F33'

red 133 ◦ green 95 ◦ blue 51

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

Shades of McKenzie #855F33

Tints of McKenzie #855F33

RGB

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

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

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

R = 47.67%
G = 34.05%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#855F33 (or 0x855F33) is known color: McKenzie. HEX triplet: 85, 5F and 33. RGB value is (133,95,51). Sum of RGB (Red+Green+Blue) = 133+95+51=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #855F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F33 is #7AA0CC. Grayscale: #656565. Windows color (decimal): -8036557 or 3366789. OLE color: 3366789.

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

Color convert

RGB 133 95 51 -
CMYK 0 0.29 0.62 0.48
HSL 32.2º 0.45% 0.36% -
HSV(B) 32.2º 0.62% 0.52% -
XYZ 14.36 13.41 4.96 -
YUV 101.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 133 95 51 0 0.29 0.62 0.48 32.2 0.45 0.36
Hex 85 5F 33 0 1D 3E 30 20 2D 24
Octal 205 137 63 0 35 76 60 40 55 44
Binary 10000101 1011111 110011 0 11101 111110 110000 100000 101101 100100

Color Harmonies of #855F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F33

Black with #855F33

Text Example


Text Example

White with #855F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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