Html Css Color HEX #85633A McKenzie

📋 copy color: '#85633A'

red 133 ◦ green 99 ◦ blue 58

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

Shades of McKenzie #85633A

Tints of McKenzie #85633A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 45.86%
G = 34.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85633A (or 0x85633A) is known color: McKenzie. HEX triplet: 85, 63 and 3A. RGB value is (133,99,58). Sum of RGB (Red+Green+Blue) = 133+99+58=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85633A is #7A9CC5. Grayscale: #686868. Windows color (decimal): -8035526 or 3826565. OLE color: 3826565.

HSL color Cylindrical-coordinate representation of color #85633A: hue angle of 32.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85633A is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 58 -
CMYK 0 0.26 0.56 0.48
HSL 32.8º 0.39% 0.37% -
HSV(B) 32.8º 0.56% 0.52% -
XYZ 14.9 14.22 5.96 -
YUV 104.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 133 99 58 0 0.26 0.56 0.48 32.8 0.39 0.37
Hex 85 63 3A 0 1A 38 30 21 27 25
Octal 205 143 72 0 32 70 60 41 47 45
Binary 10000101 1100011 111010 0 11010 111000 110000 100001 100111 100101

Color Harmonies of #85633A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85633A

Black with #85633A

Text Example


Text Example

White with #85633A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85633A; }

 p { color: rgb(133,99,58); }

 H1.HeaderClassName
 {
   color: #85633A;
 }
 .AnyTagClassName
 {
   color: #85633A;
 }
</style>

background-color css

<style>
 a { background-color: #85633A; }

 a { background-color: rgb(133,99,58); }

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

border-color css

<style>
 span { border-color: #85633A; }

 span { border-color: rgb(133,99,58); }

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